Skip to content

Commit

Permalink
Windows Python 3.11.9 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 8, 2024
1 parent 945a3e9 commit d9c8b9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ def winmain():
zip_archive.write('{0}{1}{2}'.format(root, os.sep, file))

if not DEBUG:
shutil.copyfile(f'{NAGSTAMON_DIR}{os.sep}Nagstamon{os.sep}resources{os.sep}nagstamon.ico',
f'{DIR_BUILD_NAGSTAMON}{os.sep}nagstamon.ico')

# execute InnoSetup with many variables set by ISCC.EXE outside .iss file
result = subprocess.call([ISCC,
r'/Dsource={0}'.format(DIR_BUILD_NAGSTAMON),
Expand Down

0 comments on commit d9c8b9c

Please sign in to comment.