|
|
@ -91,6 +91,7 @@ |
|
|
|
"darkModeSupport": true |
|
|
|
"darkModeSupport": true |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dmg": { |
|
|
|
"dmg": { |
|
|
|
|
|
|
|
"writeUpdateInfo": true |
|
|
|
}, |
|
|
|
}, |
|
|
|
"nsis": { |
|
|
|
"nsis": { |
|
|
|
"createDesktopShortcut": "always", |
|
|
|
"createDesktopShortcut": "always", |
|
|
@ -104,10 +105,15 @@ |
|
|
|
"nsis" |
|
|
|
"nsis" |
|
|
|
], |
|
|
|
], |
|
|
|
"icon": "assets/icon.png" |
|
|
|
"icon": "assets/icon.png" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"deb": { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"linux": { |
|
|
|
"linux": { |
|
|
|
"target": [ |
|
|
|
"target": [ |
|
|
|
"deb" |
|
|
|
"deb", |
|
|
|
|
|
|
|
"snap", |
|
|
|
|
|
|
|
"AppImage" |
|
|
|
], |
|
|
|
], |
|
|
|
"category": "WebBrowser", |
|
|
|
"category": "WebBrowser", |
|
|
|
"icon": "assets" |
|
|
|
"icon": "assets" |
|
|
|