Skip to content
Snippets Groups Projects
Commit 1b9fb003 authored by Callum Prentice's avatar Callum Prentice
Browse files

Stopped viewer_manifest.py deleting the temporary NSI file so we can debug why...

Stopped viewer_manifest.py deleting the temporary NSI file so we can debug why it's breaking under parabuild - related to dev-11821
parent ef34f732
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ def package_finish(self):
NSIS_path = 'C:\\Program Files\\NSIS\\makensis.exe'
self.run_command('"' + proper_windows_path(NSIS_path) + '" ' + self.dst_path_of(tempfile))
self.remove(self.dst_path_of(tempfile))
# self.remove(self.dst_path_of(tempfile))
self.created_path(installer_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment