We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c82c0f commit 7b4b6c6Copy full SHA for 7b4b6c6
1 file changed
build/build.py
@@ -144,6 +144,10 @@ def package_windows():
144
subprocess.run(['pwsh.exe', './windows/code_signing.ps1', 'build/Nagstamon/*.exe'])
145
146
# 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
+
151
os.rename(DIR_BUILD_EXE, DIR_BUILD_NAGSTAMON)
152
153
# create simple batch file for debugging
0 commit comments