Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
fffda1fd
Verified
Commit
fffda1fd
authored
2 years ago
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
parent
76054058
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!673
Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/browser/windows-installer.nsi
+5
-2
5 additions, 2 deletions
projects/browser/windows-installer.nsi
with
5 additions
and
2 deletions
projects/browser/windows-installer.nsi
+
5
−
2
View file @
fffda1fd
...
@@ -240,6 +240,9 @@ ${EndIf}
...
@@ -240,6 +240,9 @@ ${EndIf}
FunctionEnd
FunctionEnd
Function StartBrowser
Function StartBrowser
ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
[% IF !system_install_mode -%]
ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
[% ELSE -%]
ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe"
[% END -%]
FunctionEnd
FunctionEnd
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