Skip to content

Commit c2f0838

Browse files
committed
Refine sample scripts
1 parent 2ae2666 commit c2f0838

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/examples/pack-obfuscated-scripts.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Set PYARMOR=C:\Python34\Scripts\pyarmor.exe
1515
REM TODO: Entry script
1616
Set 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
1919
Set 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
2322
OUTPUT=
2423

2524
Set OPTIONS=

src/examples/pack-obfuscated-scripts.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ PYARMOR=pyarmor
1212
# TODO: Entry script
1313
ENTRY_SCRIPT=/home/jondy/workspace/project/src/main.py
1414

15-
# TODO: Default is setup.py
15+
# Default is setup.py
1616
SETUP_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
2019
OUTPUT=
2120

2221
OPTIONS=

0 commit comments

Comments
 (0)