File tree Expand file tree Collapse file tree 1 file changed +24
-16
lines changed
Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Original file line number Diff line number Diff line change 88
99Currently implemented only for Windows.
1010
11- Different op :
11+ Options :
1212
13- --win [OR] -w
14- Create a Windows distribution.
13+ General:
1514
16- --mac [OR] -m
17- Create a Mac distribution.
15+ --help
16+ Show this help screen
1817
19- --deb [OR] -d
20- Create a Debian Linux distribution.
21-
22-
23- --installer [OR] -i
24- After running py2exe, produce an installer using Inno Setup
25-
26- --issc=[PATH]
27- Path to `issc.exe`, (needed only if it's in a non-standard location)
18+ Different operating systems:
19+
20+ --win [OR] -w
21+ Create a Windows distribution.
22+
23+ --mac [OR] -m
24+ Create a Mac distribution. Not implemented yet.
25+
26+ --deb [OR] -d
27+ Create a Debian Linux distribution. Not implemented yet.
28+
29+
30+ --installer [OR] -i
31+ After running py2exe, produce an installer using Inno Setup
32+
33+ Windows-only options:
34+
35+ --issc=[PATH]
36+ Path to `issc.exe`, needed only if (a) making a Windows installer
37+ and (b) `issc.exe` is in a non-standard location)
2838
29- --help
30- Show this help screen
3139'''
3240
3341import shutil
You can’t perform that action at this time.
0 commit comments