Skip to content

Commit

Permalink
renamed freezing files
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Feb 17, 2024
1 parent 1ee2b3a commit 264126e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions freeze/sis_emu.spec → freeze/SISEmu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'sis_emu.ico'))
if is_darwin:
icon_file = os.path.normpath(os.path.join(os.getcwd(), 'freeze', 'sis_emu.icns'))

a = Analysis(['sis_emu.py'],
a = Analysis(['SISEmu.py'],
pathex=[],
hiddenimports=["PIL", "typing", "cftime._cftime", "pkg_resources"],
excludes=["IPython", "PyQt4", "PyQt5", "PySide2", "pandas", "sphinx", "sphinx_rtd_theme",
"OpenGL_accelerate", "FixTk", "tcl", "tk", "_tkinter", "tkinter", "Tkinter",
"wx"],
"wx", "qgis"],
hookspath=None,
runtime_hooks=None)

Expand Down

0 comments on commit 264126e

Please sign in to comment.