mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 07:19:51 +01:00
Windows installer: Open clementine with no parameters. Should fix issue 3812.
This commit is contained in:
parent
9f38f14fbf
commit
1c2f4be185
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -54,7 +54,7 @@ ShowUnInstDetails show
|
||||
RequestExecutionLevel admin
|
||||
|
||||
Function RunClementine
|
||||
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR/clementine.exe"
|
||||
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR/clementine.exe" ""
|
||||
FunctionEnd
|
||||
|
||||
Section "Delete old files" oldfiles
|
||||
|
Loading…
Reference in New Issue
Block a user