Skip to content

Commit

Permalink
fix windows build path
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelCubes committed Apr 3, 2023
1 parent 7fc234b commit cadf741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pyinstaller.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:: Perform a Windows build.
pyinstaller deepqt/main.py --onefile --noconfirm --clean --workpath=build --distpath=dist --windowed --name=DeepQt.exe --icon=media/logo.ico
pyinstaller deepqt/main.py --onefile --noconfirm --clean --workpath=build --distpath=dist --windowed --name=DeepQt.exe --icon=media\logo.ico

0 comments on commit cadf741

Please sign in to comment.