File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ Set PYARMOR=C:\Python34\Scripts\pyarmor.exe
1515REM TODO: Entry script
1616Set ENTRY_SCRIPT = C:\Python34\Lib\site-packages\pyarmor\examples\py2exe\hello.py
1717
18- REM TODO: Default is setup.py
18+ REM Default is setup.py
1919Set SETUP_SCRIPT =
2020
21- REM TODO: Output path for final built distributions
22- REM Default is the output path of setup script
21+ REM Default is same as the output path of setup script
2322OUTPUT=
2423
2524Set OPTIONS =
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ PYARMOR=pyarmor
1212# TODO: Entry script
1313ENTRY_SCRIPT=/home/jondy/workspace/project/src/main.py
1414
15- # TODO: Default is setup.py
15+ # Default is setup.py
1616SETUP_SCRIPT=
1717
18- # TODO: Output path for final built distributions
19- # Default is the output path of setup script
18+ # Default is same as the output path of setup script
2019OUTPUT=
2120
2221OPTIONS=
You can’t perform that action at this time.
0 commit comments