Skip to content

Commit

Permalink
fixes to freezing script
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jun 16, 2024
1 parent 5c97fad commit 25f473b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freeze/SISEmu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ pyproj_data = collect_folder_data(input_data_folder=share_folder, relative_outpu
abc2_data = collect_pkg_data('hyo2.abc2')
kng_data = collect_pkg_data('hyo2.kng')

icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'sis_emu.ico'))
icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'SISEmu.ico'))
if is_darwin:
icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'sis_emu.icns'))
icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'SISEmu.icns'))

a = Analysis(['SISEmu.py'],
pathex=[],
Expand Down

0 comments on commit 25f473b

Please sign in to comment.