summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-11-21 17:05:40 -0500
committerNat Goodspeed <nat@lindenlab.com>2017-11-21 17:05:40 -0500
commit29c9739f0d1c52ca3b4bc712e871094556025c69 (patch)
treeaa1400a7ef20cdaa4deba437dfd6ce0a8b04c825 /indra
parent326498f46db277ad1f2576be79e08b90972724ca (diff)
MAINT-7684: Stop packaging or signing download_update.exe.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 5cee88ca32..57539077fa 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -364,7 +364,6 @@ class WindowsManifest(ViewerManifest):
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 @@ class WindowsManifest(ViewerManifest):
# 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)