mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user