Skip to content

Commit 8060818

Browse files
author
Ram Rachum
committed
-
1 parent bb69870 commit 8060818

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

make_distribution.py

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,34 @@
88
99
Currently 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

3341
import shutil

0 commit comments

Comments
 (0)