7 lines
122 B
Batchfile
7 lines
122 B
Batchfile
@echo off
|
|
|
|
rem D:\Python37\Scripts\pyinstaller.exe -w -i ./newapp.ico run.py
|
|
|
|
pyinstaller -w -i ./newapp.ico run.py
|
|
|
|
pause |