Files
packages/anda/lib/inputtino/update.rhai
T
Raboneko 4f2c445a9e add: inputtino (#8950) (#8951)
(cherry picked from commit 9a8cd6a28a)

Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
2026-01-05 19:58:30 -06:00

6 lines
141 B
Plaintext

rpm.global("commit", gh_commit("games-on-whales/inputtino"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}