Merge remote-tracking branch 'origin/master'

pull/192/head
xiaojunnuo 2021-11-15 08:46:14 +08:00
commit 9f59758840
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
!macro customUnInit
MessageBox MB_OK "请务必先手动右键小图标退出DevSidecar之后再进行下一步↘↘↘↘↘↘↘↘↘"
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
!macroend

View File

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