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 58accca commit 38ec274
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,8 +145,11 @@ def winmain():
zip_archive.write('{0}{1}{2}'.format(root, os.sep, file))

if not DEBUG:
print(NAGSTAMON_DIR)
print(CURRENT_DIR)
shutil.copyfile(f'{NAGSTAMON_DIR}{os.sep}Nagstamon{os.sep}resources{os.sep}nagstamon.ico',
f'{CURRENT_DIR}{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 38ec274

Please sign in to comment.