Include all .ico files in zip/.exe

This commit is contained in:
et0h 2019-08-19 18:03:38 +01:00
parent 571326d501
commit 84ebddd087
2 changed files with 2 additions and 3 deletions

View File

@ -670,10 +670,9 @@ class build_installer(py2exe):
script.compile()
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 = [
"syncplay/resources/icon.ico",
"syncplay/resources/syncplayintf.lua",
"syncplay/resources/license.rtf",
"syncplay/resources/third-party-notices.rtf"

View File

@ -1,5 +1,5 @@
version = '1.6.5'
revision = ' development'
milestone = 'Yoitsu'
release_number = '83'
release_number = '84'
projectURL = 'https://syncplay.pl/'