Explorar o código

fix(bundler): NSIS: default to user permission level (#6135)

Fabian-Lars %!s(int64=2) %!d(string=hai) anos
pai
achega
b0d3128597
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tooling/bundler/src/bundle/windows/templates/installer.nsi

+ 2 - 0
tooling/bundler/src/bundle/windows/templates/installer.nsi

@@ -38,6 +38,8 @@ SetCompressor /SOLID lzma
     !addplugindir "${PLUGINSPATH}"
 !endif
 
+RequestExecutionLevel user
+
 !if "${INSTALLMODE}" == "perMachine"
   RequestExecutionLevel highest
 !endif