refactor: 支持m1

pull/192/head
xiaojunnuo 2021-11-17 09:23:09 +08:00
parent 311e3f0034
commit 6c7922d526
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -63,9 +63,10 @@ module.exports = {
},
mac: {
icon: './build/mac/icon.icns',
target: [
'dmg'
]
target: {
arch: 'universal',
target: 'dmg'
}
},
win: {
icon: 'build/icons/'