Skip to content

Commit 6e9ad1b

Browse files
committed
Tweak AppImage maker config.
• Enable support for Arch Linux `.conf` files. • Use newer, experimental runtime that is build statically and does not require to have `fuse2` installed.
1 parent 1d5d1f9 commit 6e9ad1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sources/code/build/forge.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ const config: ForgeConfigFile = {
148148
options: {
149149
icon: iconFile + ".png",
150150
genericName: desktopGeneric,
151-
categories: desktopCategories
151+
categories: desktopCategories,
152+
flagsFile: true,
153+
type2runtime: true
152154
}
153155
}
154156
},

0 commit comments

Comments
 (0)