feat(package): add toolsets configuration for appimage version 1.0.2 in package.json and package-legacy.json

This commit is contained in:
Ivan
2026-04-01 11:49:39 +03:00
parent fda9f18677
commit 4e9f8eb3c5
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@
"enableEmbeddedAsarIntegrityValidation": true,
"onlyLoadAppFromAsar": true
},
"toolsets": {
"appimage": "1.0.2"
},
"files": ["electron/**/*"],
"directories": {
"buildResources": "electron/build"
+3
View File
@@ -112,6 +112,9 @@
"enableEmbeddedAsarIntegrityValidation": true,
"onlyLoadAppFromAsar": true
},
"toolsets": {
"appimage": "1.0.2"
},
"files": [
"electron/**/*"
],