feat: 卸载时恢复系统代理

pull/192/head
xiaojunnuo 2021-11-11 21:23:45 +08:00
parent 3fe0658d50
commit c0b04ff196
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
!macro customUnInit
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
!macroend

View File

@ -58,7 +58,8 @@ module.exports = {
oneClick: false,
perMachine: true,
allowElevation: true,
allowToChangeInstallationDirectory: true
allowToChangeInstallationDirectory: true,
include: './build/installer.nsh'
},
mac: {
icon: './build/mac/icon.icns',