Skip to content

Commit

Permalink
Remove AIK
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Feb 12, 2024
1 parent 72e66c9 commit 6a2fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def zip_folder(folder_path):

import PyInstaller.__main__

PyInstaller.__main__.run(['-F', 'ui.py', '--exclude-module=numpy', '-i', 'icon.ico'])
PyInstaller.__main__.run(['-F', 'ui.py', '--exclude-module=numpy', '-i', 'bin/logo.ico'])

if os.name == 'nt':
if os.path.exists(local + os.sep + "dist" + os.sep + "ui.exe"):
Expand Down

0 comments on commit 6a2fec3

Please sign in to comment.