use electron-builder's static AppImage runtime (#1816)

electron-builder added compatibility with the AppImage Type2 runtime
(i.e. FUSE-less runtime). However, this is - for now anyway - an opt-in
feature, which this commit enables.
This commit is contained in:
Tarulia
2026-03-10 05:52:48 +01:00
committed by GitHub
parent 66e7b44d75
commit 93834788b5
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -60,6 +60,9 @@ linux:
icon: assets/icons/icon.png
artifactName: ${productName}-${os}-${arch}.${ext}
toolsets:
appimage: "1.0.2"
npmRebuild: false
publish:
+3
View File
@@ -59,6 +59,9 @@ linux:
icon: assets/icons/icon.png
artifactName: ${productName}-${os}-${arch}.${ext}
toolsets:
appimage: "1.0.2"
npmRebuild: false
publish:
provider: github
+3
View File
@@ -59,6 +59,9 @@ linux:
icon: assets/icons/icon.png
artifactName: ${productName}-${os}-${arch}.${ext}
toolsets:
appimage: "1.0.2"
npmRebuild: false
afterAllArtifactBuild: scripts/after-all-artifact-build.mjs
publish: