mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +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": {
|
"bl": {
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"resolved": "",
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-j4OH8f6Qg2bGuWfRiltT2HYGx0e1QcBTrK9KAHNMwMZdQnDZFk0ZSYIpADjYCB3U12nicC5tVJwSIhwOWjb4RQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"buffer": "^5.5.0",
|
"buffer": "^5.5.0",
|
||||||
"inherits": "^2.0.4",
|
"inherits": "^2.0.4",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "webtools-ng",
|
"name": "webtools-ng",
|
||||||
"version": "0.1.6",
|
"version": "0.1.6",
|
||||||
|
|
||||||
"description": "WebTools Next Generation 4 Plex",
|
"description": "WebTools Next Generation 4 Plex",
|
||||||
"author": "dane22 & CPSO",
|
"author": "dane22 & CPSO",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
enableInSFC: false
|
enableInSFC: false
|
||||||
},
|
},
|
||||||
electronBuilder: {
|
electronBuilder: {
|
||||||
builderOptions: {
|
builderOptions: {
|
||||||
appId: "com.webtools.webtools-ng",
|
appId: "com.webtools.webtools-ng",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,8 @@ module.exports = {
|
||||||
],
|
],
|
||||||
linux: {
|
linux: {
|
||||||
category: "Utility",
|
category: "Utility",
|
||||||
icon: 'src/assets/WebTools-512.png'
|
icon: 'src/assets/WebTools-512.png',
|
||||||
|
target: 'AppImage'
|
||||||
},
|
},
|
||||||
win: {
|
win: {
|
||||||
icon: 'src/assets/WebTools-512.png'
|
icon: 'src/assets/WebTools-512.png'
|
||||||
|
|
Loading…
Add table
Reference in a new issue