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 7bb57a2 commit 5f58915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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{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
2 changes: 1 addition & 1 deletion build/windows/nagstamon.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DefaultDirName={commonpf}\Nagstamon
DefaultGroupName=Nagstamon
AlwaysUsePersonalGroup=false
ShowLanguageDialog=no
SetupIconFile=windows\nagstamon.ico
SetupIconFile=nagstamon.ico
UsePreviousGroup=false
OutputBaseFilename=Nagstamon-{#version}-win{#arch}_setup
UninstallDisplayIcon={app}\resources\nagstamon.ico
Expand Down

0 comments on commit 5f58915

Please sign in to comment.