Skip to content
Snippets Groups Projects
Commit 29c9739f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-7684: Stop packaging or signing download_update.exe.

parent 326498f4
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,6 @@ def construct(self):
self.path(src='%s/secondlife-bin.exe' % self.args['configuration'], dst=self.final_exe())
# include the compiled launcher scripts so that it gets included in the file_list
self.path(src='%s/download_update.exe' % vmpdir, dst="download_update.exe")
self.path(src='%s/SL_Launcher.exe' % vmpdir, dst="SL_Launcher.exe")
#IUM is not normally executed directly, just imported. No exe needed.
......@@ -697,7 +696,6 @@ def package_finish(self):
# note that the enclosing setup exe is signed later, after the makensis makes it.
# Unlike the viewer binary, the VMP filenames are invariant with respect to version, os, etc.
for exe in (
"download_update.exe",
"SL_Launcher.exe",
):
self.sign(exe)
......
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