Selaa lähdekoodia

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

Fabian-Lars 2 vuotta sitten
vanhempi
sitoutus
b0d3128597
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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