mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-03 05:33:23 +00:00
On Mac only build dmg image
This commit is contained in:
parent
de38898cab
commit
57fc303bdb
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ module.exports = {
|
|||
icon: './src/assets/WebTools-512.png'
|
||||
},
|
||||
mac: {
|
||||
icon: './src/assets/WebTools-512.icns'
|
||||
icon: './src/assets/WebTools-512.icns',
|
||||
target: 'dmg'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue