File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Comment=FPS/RTS Game - Aliens vs. Humans
5
5
Icon =unvanquished
6
6
Terminal =false
7
7
Type =Application
8
- Exec =%1/daemon %U
8
+ Exec =%1/daemon -connect %U
9
9
Categories =Game;ActionGame;StrategyGame;
10
10
MimeType =x-scheme-handler/unv
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ bool install()
142
142
setRegistryKey (" HKEY_CLASSES_ROOT\\ unv" , " Default" , " URL: Unvanquished Protocol" );
143
143
setRegistryKey (" HKEY_CLASSES_ROOT\\ unv" , " URL Protocol" , " " );
144
144
setRegistryKey (" HKEY_CLASSES_ROOT\\ unv\\ shell\\ open\\ command" , " Default" ,
145
- quotedExecutablePath + " -pakpath " + quotedInstallPath + " + connect \" %1\" " );
145
+ quotedExecutablePath + " -pakpath " + quotedInstallPath + " - connect \" %1\" " );
146
146
147
147
// Create a start menu shortcut
148
148
// By default, install it to the users's start menu, unless they are installing
You can’t perform that action at this time.
0 commit comments