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 b50d3ec commit cf8b623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ def winmain():
zip_archive.write('{0}{1}{2}'.format(root, os.sep, file))

if not DEBUG:

# try to debug https://github.com/HenriWahl/Nagstamon/actions/runs/10300735350/job/28510780209#step:7:219
print(r'/Dresources={0}{1}resources'.format(DIR_BUILD_NAGSTAMON, os.sep))

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

0 comments on commit cf8b623

Please sign in to comment.