fix(croskbd): rhai script tracking versions (#6707) (#6711)

(cherry picked from commit 5e0e0aef13)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-10-07 19:21:47 -07:00
committed by GitHub
parent 2551d41b56
commit 0c2591b346
+1 -5
View File
@@ -1,5 +1 @@
rpm.global("commit", gh_commit("WeirdTreeThing/croskbd"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
rpm.version(gh("WeirdTreeThing/croskbd"));