From 93834788b501a0b2fcd431961a7cf718d5e0a611 Mon Sep 17 00:00:00 2001 From: Tarulia <556162+mihawk90@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:52:48 +0100 Subject: [PATCH] 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. --- electron-builder-alpha.yml | 3 +++ electron-builder-beta.yml | 3 +++ electron-builder.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/electron-builder-alpha.yml b/electron-builder-alpha.yml index a458bc46a..b58587412 100644 --- a/electron-builder-alpha.yml +++ b/electron-builder-alpha.yml @@ -60,6 +60,9 @@ linux: icon: assets/icons/icon.png artifactName: ${productName}-${os}-${arch}.${ext} +toolsets: + appimage: "1.0.2" + npmRebuild: false publish: diff --git a/electron-builder-beta.yml b/electron-builder-beta.yml index 40c12df68..3d747fe87 100644 --- a/electron-builder-beta.yml +++ b/electron-builder-beta.yml @@ -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 diff --git a/electron-builder.yml b/electron-builder.yml index a1aa630d5..adf26c391 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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: