소스 검색

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

Fabian-Lars 2 년 전
부모
커밋
b0d3128597
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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