mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
feat(package): add toolsets configuration for appimage version 1.0.2 in package.json and package-legacy.json
This commit is contained in:
parent
fda9f18677
commit
4e9f8eb3c5
2 changed files with 6 additions and 0 deletions
|
|
@ -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/**/*"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue