File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 4444                "panel" : " new" 
4545            }
4646        },
47+         {
48+             "label" : " Run setup.py bdist_msi" 
49+             "type" : " shell" 
50+             "command" : " make bdist_msi" 
51+             "windows" : {
52+                 "command" : " ${command:python.interpreterPath}" 
53+                 "args" : [" .\\ setup.py" " bdist_msi" 
54+             },
55+             "group" : " build" 
56+             "presentation" : {
57+                 "reveal" : " always" 
58+                 "panel" : " new" 
59+             }
60+         },
4761        {
4862            "label" : " Run setup.py bdist_wininst" 
4963            "type" : " shell" 
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ bdist_rpm: build-depends ## Run python setup.py bdist_rpm
3636bdist_wininst : # # Run python setup.py bdist_wininst
3737	python setup.py bdist_wininst
3838
39+ bdist_msi : # # Run python setup.py bdist_msi
40+ 	python setup.py bdist_msi
41+ 
3942install : # # Runs python setup.py install
4043	python setup.py install
4144
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments