Parcourir la source

config(electron): 移除 NSIS 安装程序的 perMachine 配置

- 移除了 builder.json 中 NSIS 配置的 perMachine 选项
- 保持其他安装程序配置选项不变
panqiuyao il y a 1 semaine
Parent
commit
167bed6760
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      electron/config/builder.json

+ 0 - 1
electron/config/builder.json

@@ -28,7 +28,6 @@
   ],
   "nsis": {
     "oneClick": false,
-    "perMachine": true,
     "allowElevation": true,
     "allowToChangeInstallationDirectory": true,
     "installerIcon": "build/icons/icon.ico",