update the... update script

This commit is contained in:
Willow Reed
2026-05-31 12:05:45 -06:00
parent 2640d9ee37
commit 652deef99a
+5 -2
View File
@@ -1,3 +1,6 @@
let commit = get(`https://api.github.com/repos/noctalia-dev/noctalia-qs/commits?sha=v5`).json_arr()[0];
let v = gh("noctalia-dev/noctalia-shell");
v.crop(1);
rpm.global("commit", release.sha);
if v >= "5" {
rpm.version(v);
}