We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed9b0 commit 10b6eccCopy full SHA for 10b6ecc
build_exe.bat
@@ -1,5 +1,6 @@
1
-pyinstaller src\akrocansim.py ^
+pyinstaller src\akrocansim_main.py ^
2
--onefile --noconsole ^
3
--add-data="src/akrocansim/resources/akrocansim.ico:akrocansim/resources" ^
4
--add-data="src/akrocansim/resources/akrocansim_logo_dark.png:akrocansim/resources" ^
5
- --icon src/akrocansim/resources/akrocansim.ico
+ --icon src/akrocansim/resources/akrocansim.ico ^
6
+ --name akrocansim
0 commit comments