Include all .ico files in zip/.exe
This commit is contained in:
parent
571326d501
commit
84ebddd087
@ -670,10 +670,9 @@ class build_installer(py2exe):
|
|||||||
script.compile()
|
script.compile()
|
||||||
print("*** DONE ***")
|
print("*** DONE ***")
|
||||||
|
|
||||||
guiIcons = glob('syncplay/resources/*.png') + ['syncplay/resources/spinner.mng']
|
guiIcons = glob('syncplay/resources/*.ico') + glob('syncplay/resources/*.png') + ['syncplay/resources/spinner.mng']
|
||||||
|
|
||||||
resources = [
|
resources = [
|
||||||
"syncplay/resources/icon.ico",
|
|
||||||
"syncplay/resources/syncplayintf.lua",
|
"syncplay/resources/syncplayintf.lua",
|
||||||
"syncplay/resources/license.rtf",
|
"syncplay/resources/license.rtf",
|
||||||
"syncplay/resources/third-party-notices.rtf"
|
"syncplay/resources/third-party-notices.rtf"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
version = '1.6.5'
|
version = '1.6.5'
|
||||||
revision = ' development'
|
revision = ' development'
|
||||||
milestone = 'Yoitsu'
|
milestone = 'Yoitsu'
|
||||||
release_number = '83'
|
release_number = '84'
|
||||||
projectURL = 'https://syncplay.pl/'
|
projectURL = 'https://syncplay.pl/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user