Add Linux AppImage maker for universal builds

This commit is contained in:
2026-03-28 15:52:40 +01:00
parent cc543076c7
commit 776a53d7be
4 changed files with 75 additions and 6 deletions

39
package-lock.json generated
View File

@@ -25,6 +25,7 @@
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron/fuses": "^1.8.0",
"@reforged/maker-appimage": "^5.2.0",
"cross-env": "^10.1.0",
"electron": "^40.6.0"
}
@@ -1257,6 +1258,37 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@reforged/maker-appimage": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@reforged/maker-appimage/-/maker-appimage-5.2.0.tgz",
"integrity": "sha512-5u7spsDMyMfwqAnTRsSipVgTIy+DW+wlfhceaRghCuTvyY8Sti8/tFhVKj4vb+dYTqPvS7m30Gl0InGv22J8RQ==",
"dev": true,
"license": "ISC",
"dependencies": {
"@electron-forge/maker-base": "^6.0.0 || ^7.0.0",
"@reforged/maker-types": "^2.1.0",
"@spacingbat3/lss": "^1.0.0",
"semver": "^7.3.8"
},
"engines": {
"node": ">=19.0.0 || ^18.11.0"
},
"funding": {
"type": "github",
"url": "https://github.com/SpacingBat3/ReForged?sponsor=1"
}
},
"node_modules/@reforged/maker-types": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@reforged/maker-types/-/maker-types-2.1.0.tgz",
"integrity": "sha512-gNMAFO6mxqGwuUov0CzXGTHUMfAawlM6v/uYrqVnKeMwmceaLBt3HtfPcuNapDSH4br6D4EZ14WuWbgefmDfOQ==",
"dev": true,
"license": "ISC",
"funding": {
"type": "github",
"url": "https://github.com/SpacingBat3/ReForged?sponsor=1"
}
},
"node_modules/@sindresorhus/is": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
@@ -1270,6 +1302,13 @@
"url": "https://github.com/sindresorhus/is?sponsor=1"
}
},
"node_modules/@spacingbat3/lss": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@spacingbat3/lss/-/lss-1.2.0.tgz",
"integrity": "sha512-aywhxHNb6l7COooF3m439eT/6QN8E/RSl5IVboSKthMHcp0GlZYMSoS7546rqDLmFRxTD8f1tu/NIS9vtDwYAg==",
"dev": true,
"license": "ISC"
},
"node_modules/@szmarczak/http-timer": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",