@@ -67,7 +67,7 @@ show project information. `config` to update project settings, and
6767` build ` to obfuscate the scripts in the project.
6868
6969Pyarmor v4.4 introduces a new command ` pack ` , used to pack obfuscated
70- scripts with ` py2exe ` , ` cx_Freeze ` , ` PyInstaller ` etc.
70+ scripts with ` py2exe ` , ` cx_py2app ` , ` Freeze ` etc.
7171
7272Other commands, ` benchmark ` to metric performance, ` hdinfo ` to
7373show hardware information, so that command ` licenses ` can generate
@@ -278,8 +278,8 @@ Check the output path of `examples/py2exe/dist`, the runtime files required by
278278obfuscated scripts are copied here, and the ` library.zip ` is updated, the
279279original ` queens.pyc ` replaced with obfuscated one.
280280
281- For cx_Freeze, py2app and PyInstaller , it's almost same as py2exe. Learn more
282- options about command [ pack] ( #pack )
281+ For cx_Freeze, py2app, it's almost same as py2exe. Learn more options
282+ about command [ pack] ( #pack )
283283
284284Quick start from the following template scripts
285285
@@ -1184,7 +1184,7 @@ positional arguments:
11841184optional arguments:
11851185 -h, --help show this help message and exit
11861186 -v, --version show program's version number and exit
1187- -t TYPE, --type TYPE py2app, cx_Freeze, pyInstaller, py2exe
1187+ -t TYPE, --type TYPE py2app, cx_Freeze, py2exe
11881188 -s SETUP, --setup SETUP
11891189 Setup script, default is setup.py
11901190
0 commit comments