mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 13:12:11 +02:00
move UAC include outside inner defines
This commit is contained in:
parent
6bccdc81b4
commit
e6b106e152
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@
|
|||
|
||||
;--------------------------------
|
||||
;General
|
||||
!ifdef INNER
|
||||
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
|
||||
!include UAC.nsh
|
||||
; leverage the UAC NSIS plugin to promote uninstaller to elevated privileges
|
||||
!include UAC.nsh
|
||||
|
||||
!ifdef INNER
|
||||
!echo "Inner invocation" ; just to see what's going on
|
||||
|
||||
; Require user only for temp installer
|
||||
|
|
Loading…
Reference in a new issue