mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
NSIS: Actually call the elevation wrapper
This commit is contained in:
parent
b8d21bdd51
commit
f66ebb2f1e
2 changed files with 2 additions and 0 deletions
|
@ -720,6 +720,7 @@ Function .onInit
|
|||
${MementoSectionRestore}
|
||||
|
||||
UAC_TryAgain:
|
||||
!insertmacro UAC_RunElevated
|
||||
${Switch} $0
|
||||
${Case} 0
|
||||
${IfThen} $1 = 1 ${|} Quit ${|} ;we are the outer process, the inner process has done its work, we are done
|
||||
|
|
1
cmake/modules/oc.nsi
Symbolic link
1
cmake/modules/oc.nsi
Symbolic link
|
@ -0,0 +1 @@
|
|||
NSIS.template.in
|
Loading…
Reference in a new issue