Merge remote-tracking branch 'origin/master'
commit
9f59758840
|
@ -0,0 +1,4 @@
|
|||
!macro customUnInit
|
||||
MessageBox MB_OK "请务必先手动右键小图标退出DevSidecar之后再进行下一步↘↘↘↘↘↘↘↘↘"
|
||||
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