How can I get a working app manifest (that will update) for GemRB? #14719
-
GemRB is an open source interpreter for Infinite Engine games: The releases are provided on SourceForge: However, the GemRB release stucture is strange: a zip with a release number is normal enough (gemrb-win32-v0.9.4.zip), but inside the zip is a directory with a random hex string at the end, possibly a build ID (gemrb-win32-d297710). This build ID changes with every release. So I need to either reference it in an Not sure how to proceed as the normal regex/capture variable pattern for Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Wonder if you could use Github release page instead Try e.g. Main/geth for reference. P.S.: Guess this belongs rather to scoop-games bucket instead of Extras. |
Beta Was this translation helpful? Give feedback.
-
Worked perfectly, great idea!! |
Beta Was this translation helpful? Give feedback.
Wonder if you could use Github release page instead
https://github.com/gemrb/gemrb/releases/latest
to extract both version and commit SHA with single regex.
Try e.g. Main/geth for reference.
P.S.: Guess this belongs rather to scoop-games bucket instead of Extras.