Skip to content
Snippets Groups Projects
Commit f6952f3d authored by callum_linden's avatar callum_linden
Browse files

Fix typo introduced into viewer_manifest file (sprefix -> prefix)

parent 6f4a8acc
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ def package_finish(self):
# it also does python-style % substitution
self.replace_in("installers/windows/installer_template.nsi", tempfile, {
"%%VERSION%%":version_vars,
"%%SOURCE%%":self.get_src_sprefix(),
"%%SOURCE%%":self.get_src_prefix(),
"%%INST_VARS%%":inst_vars_template % substitution_strings,
"%%INSTALL_FILES%%":self.nsi_file_commands(True),
"%%DELETE_FILES%%":self.nsi_file_commands(False)})
......
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