feat: 卸载时恢复系统代理
parent
3fe0658d50
commit
c0b04ff196
|
@ -0,0 +1,3 @@
|
|||
!macro customUnInit
|
||||
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
|
||||
!macroend
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue