Skip to content

Commit

Permalink
Fix cx_freeze deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettels committed Jun 7, 2023
1 parent 61ca370 commit 585d878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_d2t_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
executables=[Executable(r'lpagg/dwd2trnsys.py',
# base=base, # Removes the console (use GUI only)
icon=r'./res/icon_d2t.ico',
targetName='dwd2trnsys.exe',
shortcutName="dwd2trnsys",
shortcutDir="ProgramMenuFolder",
target_name='dwd2trnsys.exe',
shortcut_name="dwd2trnsys",
shortcut_dir="ProgramMenuFolder",
)],
options={'build_exe': {'packages': ['numpy',
'asyncio',
Expand Down

0 comments on commit 585d878

Please sign in to comment.