mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-19 06:17:22 +00:00
feat(package): add toolsets configuration for appimage version 1.0.2 in package.json and package-legacy.json
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
"enableEmbeddedAsarIntegrityValidation": true,
|
||||
"onlyLoadAppFromAsar": true
|
||||
},
|
||||
"toolsets": {
|
||||
"appimage": "1.0.2"
|
||||
},
|
||||
"files": ["electron/**/*"],
|
||||
"directories": {
|
||||
"buildResources": "electron/build"
|
||||
|
||||
@@ -112,6 +112,9 @@
|
||||
"enableEmbeddedAsarIntegrityValidation": true,
|
||||
"onlyLoadAppFromAsar": true
|
||||
},
|
||||
"toolsets": {
|
||||
"appimage": "1.0.2"
|
||||
},
|
||||
"files": [
|
||||
"electron/**/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user