-
-
Notifications
You must be signed in to change notification settings - Fork 85
Description
I am aware of the maintainer situation and been considering switching to or merging in commits from Lord-Kamina/appimage-builder for "my own" fork, so @Lord-Kamina here.
One of the changes in that fork is allowing a custom AppRun, but what is missing is being able to specify a custom runtime. I would like to switch to my own that does tagged, immutable re-releases of the upstream continuous builds.
I think I've seen a custom runtime version (release tag) in a recipe somewhere, but I might be misremembering. I don't see support for that in the current sources. So, bonus question: is there a schema for recipes, if so, where is that hosted?
My suggestion would be adding tag or version and repo to the AppImage section in recipes and have them default to "continuous" and "appimage/type2-runtime" respectively to retain back compat.
I am wondering if we should maybe also switch the custom AppRun thing to be part of the recipe?