Skip to content

Commit 5bb2951

Browse files
authored
x-checker-data: explicitly version PCK URL query
Matches HarmonyHoney/tiny_crate#13 and should prevent weird issues where it's possible to download old versions like in #6.
1 parent 47792c0 commit 5bb2951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.hhoney.tinycrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ modules:
3030
type: json
3131
url: https://api.github.com/repos/HarmonyHoney/tiny_crate/releases/latest
3232
version-query: .tag_name
33-
url-query: .assets[] | select(.name=='tinycrate-linux.pck') | .browser_download_url
33+
url-query: '"https://github.com/HarmonyHoney/tiny_crate/releases/download/" + $version + "/tinycrate-ci-" + $version + ".pck"'
3434

3535
build-commands:
3636
- install -Dm644 tinycrate-linux.pck ${FLATPAK_DEST}/bin/godot-runner.pck

0 commit comments

Comments
 (0)