Chore: Appimage-Workflow (V1)

This commit is contained in:
Youwes09
2026-04-26 21:41:24 -05:00
parent c3b015f00f
commit 336ab0a24f
3 changed files with 303 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"bundle": {
"targets": ["appimage", "deb"],
"externalBin": [
"binaries/suwayomi-launcher-linux"
],
"resources": {
"binaries/suwayomi-bundle/bin/Suwayomi-Server.jar": "Suwayomi-Server.jar",
"binaries/suwayomi-bundle/bin/catch_abort.so": "catch_abort.so",
"binaries/suwayomi-bundle/jre": "jre"
}
}
}