Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
de59932c
Commit
de59932c
authored
7 years ago
by
Nat Goodspeed
Browse files
Options
Downloads
Patches
Plain Diff
MAINT-7684: Don't try to package or sign deleted Windows VMP .exes.
parent
a5f7f4fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/viewer_manifest.py
+0
-4
0 additions, 4 deletions
indra/newview/viewer_manifest.py
with
0 additions
and
4 deletions
indra/newview/viewer_manifest.py
+
0
−
4
View file @
de59932c
...
@@ -368,10 +368,8 @@ def construct(self):
...
@@ -368,10 +368,8 @@ def construct(self):
self
.
path
(
src
=
'
%s/secondlife-bin.exe
'
%
self
.
args
[
'
configuration
'
],
dst
=
self
.
final_exe
())
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
# include the compiled launcher scripts so that it gets included in the file_list
self
.
path
(
src
=
'
%s/apply_update.exe
'
%
vmpdir
,
dst
=
"
apply_update.exe
"
)
self
.
path
(
src
=
'
%s/download_update.exe
'
%
vmpdir
,
dst
=
"
download_update.exe
"
)
self
.
path
(
src
=
'
%s/download_update.exe
'
%
vmpdir
,
dst
=
"
download_update.exe
"
)
self
.
path
(
src
=
'
%s/SL_Launcher.exe
'
%
vmpdir
,
dst
=
"
SL_Launcher.exe
"
)
self
.
path
(
src
=
'
%s/SL_Launcher.exe
'
%
vmpdir
,
dst
=
"
SL_Launcher.exe
"
)
self
.
path
(
src
=
'
%s/update_manager.exe
'
%
vmpdir
,
dst
=
"
update_manager.exe
"
)
#IUM is not normally executed directly, just imported. No exe needed.
#IUM is not normally executed directly, just imported. No exe needed.
self
.
path2basename
(
vmpdir
,
"
InstallerUserMessage.py
"
)
self
.
path2basename
(
vmpdir
,
"
InstallerUserMessage.py
"
)
...
@@ -709,10 +707,8 @@ def package_finish(self):
...
@@ -709,10 +707,8 @@ def package_finish(self):
# note that the enclosing setup exe is signed later, after the makensis makes it.
# 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.
# Unlike the viewer binary, the VMP filenames are invariant with respect to version, os, etc.
for
exe
in
(
for
exe
in
(
"
apply_update.exe
"
,
"
download_update.exe
"
,
"
download_update.exe
"
,
"
SL_Launcher.exe
"
,
"
SL_Launcher.exe
"
,
"
update_manager.exe
"
,
):
):
self
.
sign
(
exe
)
self
.
sign
(
exe
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment