File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 44
44
"panel" : " new"
45
45
}
46
46
},
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
+ },
47
61
{
48
62
"label" : " Run setup.py bdist_wininst" ,
49
63
"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
36
36
bdist_wininst : # # Run python setup.py bdist_wininst
37
37
python setup.py bdist_wininst
38
38
39
+ bdist_msi : # # Run python setup.py bdist_msi
40
+ python setup.py bdist_msi
41
+
39
42
install : # # Runs python setup.py install
40
43
python setup.py install
41
44
You can’t perform that action at this time.
0 commit comments