You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
refactor: 支持m1
This commit is contained in:
@@ -63,9 +63,10 @@ module.exports = {
|
||||
},
|
||||
mac: {
|
||||
icon: './build/mac/icon.icns',
|
||||
target: [
|
||||
'dmg'
|
||||
]
|
||||
target: {
|
||||
arch: 'universal',
|
||||
target: 'dmg'
|
||||
}
|
||||
},
|
||||
win: {
|
||||
icon: 'build/icons/'
|
||||
|
||||
Reference in New Issue
Block a user