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 f92a77d commit 15be931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def winmain():
else:
VERSION_IS = VERSION

print('VERSION_IS:', VERSION_IS)

# old-school formatstrings needed for old Debian build base distro jessie and its old python
ISCC = r'{0}{1}Inno Setup 6{1}iscc.exe'.format(os.environ['PROGRAMFILES{0}'.format(ARCH_OPTS[ARCH][2])], os.sep)
DIR_BUILD_EXE = '{0}{1}dist{1}Nagstamon'.format(CURRENT_DIR, os.sep, ARCH_OPTS[ARCH][0], PYTHON_VERSION)
Expand Down Expand Up @@ -119,6 +117,8 @@ def winmain():
'..\\nagstamon.py'],
shell=True)

print(subprocess)

if SIGNING:
# environment variables will be used by powershell script for signing
subprocess.run(['pwsh.exe', './windows/code_signing.ps1', 'build/Nagstamon/Nagstamon.exe'])
Expand Down

0 comments on commit 15be931

Please sign in to comment.