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 07ae1b2 commit 01767d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def winmain():

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

Please sign in to comment.