mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
On Linux, only build AppImage
This commit is contained in:
parent
30d416e070
commit
a3ed7faf1e
3 changed files with 6 additions and 3 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -6157,7 +6157,8 @@
|
|||
},
|
||||
"bl": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "",
|
||||
"resolved": "https://registry.npmjs.org/bl/-/bl-4.0.2.tgz",
|
||||
"integrity": "sha512-j4OH8f6Qg2bGuWfRiltT2HYGx0e1QcBTrK9KAHNMwMZdQnDZFk0ZSYIpADjYCB3U12nicC5tVJwSIhwOWjb4RQ==",
|
||||
"requires": {
|
||||
"buffer": "^5.5.0",
|
||||
"inherits": "^2.0.4",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "webtools-ng",
|
||||
"version": "0.1.6",
|
||||
|
||||
"description": "WebTools Next Generation 4 Plex",
|
||||
"author": "dane22 & CPSO",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
enableInSFC: false
|
||||
},
|
||||
electronBuilder: {
|
||||
builderOptions: {
|
||||
builderOptions: {
|
||||
appId: "com.webtools.webtools-ng",
|
||||
"extraResources": [
|
||||
{
|
||||
|
@ -19,7 +19,8 @@ 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'
|
||||
|
|
Loading…
Reference in a new issue