Skip to content

Commit 7b4b6c6

Browse files
committed
3.17-20250414 windows-2025 debug
1 parent 5c82c0f commit 7b4b6c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build/build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ def package_windows():
144144
subprocess.run(['pwsh.exe', './windows/code_signing.ps1', 'build/Nagstamon/*.exe'])
145145

146146
# rename output
147+
print('debug:', DIR_BUILD_EXE, DIR_BUILD_NAGSTAMON)
148+
subprocess.run(['pwsh.exe', 'dir', DIR_BUILD_EXE])
149+
subprocess.run(['pwsh.exe', 'dir', DIR_BUILD_NAGSTAMON])
150+
147151
os.rename(DIR_BUILD_EXE, DIR_BUILD_NAGSTAMON)
148152

149153
# create simple batch file for debugging

0 commit comments

Comments
 (0)