Skip to content

Commit

Permalink
Add app name to build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMi460 committed Aug 31, 2022
1 parent 42be5a3 commit 1e39154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ..\client
python -m pip install -r requirements.txt pyinstaller
python -m PyInstaller --onefile --clean --noconsole --add-data "*.png;." --icon=icon.ico app.py
python -m PyInstaller --onefile --clean --noconsole --add-data "*.png;." --icon=icon.ico --name=NSO-RPC app.py
start dist

0 comments on commit 1e39154

Please sign in to comment.