mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-03 05:33:23 +00:00
#121 updated syntax
This commit is contained in:
parent
6e0a9d2a24
commit
07b6f2dfc9
1 changed files with 8 additions and 5 deletions
|
@ -11,7 +11,10 @@ module.exports = {
|
|||
electronBuilder: {
|
||||
builderOptions: {
|
||||
appId: "com.webtools.webtools-ng",
|
||||
artifactName: "${productName}-${version}.${env.AppRev}.${ext}",
|
||||
artifactName: "${productName}-${version}.${env.AppRev}.${ext}",
|
||||
directories: {
|
||||
"buildResources": "src/assets"
|
||||
},
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "./public/locales",
|
||||
|
@ -24,14 +27,14 @@ module.exports = {
|
|||
],
|
||||
linux: {
|
||||
category: "Utility",
|
||||
icon: 'src/assets/WebTools-512.png',
|
||||
icon: './src/assets/WebTools-512.png',
|
||||
target: 'AppImage'
|
||||
},
|
||||
win: {
|
||||
icon: 'src/assets/WebTools-512.png'
|
||||
icon: './src/assets/WebTools-512.png'
|
||||
},
|
||||
darwin: {
|
||||
icon: 'src/assets/WebTools-512.icns'
|
||||
mac: {
|
||||
icon: './src/assets/WebTools-512.icns'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue