mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Remove icon from build
This commit is contained in:
parent
5f83dfe0a2
commit
30c766e78c
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
|
@ -33,7 +33,7 @@ PyInstaller.__main__.run([
|
|||
'--name', appname,
|
||||
'--hidden-import', 'PyQt6.sip',
|
||||
'--hidden-import', 'PyQt6.QtPrintSupport',
|
||||
'--icon', os.path.join('beeref', 'assets', 'logo.png'),
|
||||
#'--icon', os.path.join('beeref', 'assets', 'logo.png'),
|
||||
'--add-data', datapath(
|
||||
[pyqt_dir, 'plugins', 'platforms'], ['platforms']),
|
||||
'--add-data', datapath([pyqt_dir, libdir], ['.']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue