Skip to content

Commit

Permalink
Name output executable Athena on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackso committed Apr 5, 2019
1 parent 9512582 commit 505a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_win.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyinstaller .\src\main.py --add-data "ui;ui" --add-data "tools;tools" --add-data "sample_inputs;sample_inputs" ^
--add-data "src/qml;qml" --add-data "src/shaders;shaders" ^
--add-binary "%VIRTUAL_ENV%/Lib/site-packages/PySide2/plugins/geometryloaders;qt5_plugins/geometryloaders" ^
--version-file version_info.txt %*
--version-file version_info.txt --name Athena %*

0 comments on commit 505a0c4

Please sign in to comment.