Files
packages/anda/system/readymade/git/update.rhai
T
Raboneko f271d44b69 chore: Rename readymade-nightly to readymade-git (#4626) (#4636)
(cherry picked from commit 2d8748f4b1)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-03 15:58:35 +08:00

6 lines
130 B
Plaintext

rpm.global("commit", gh_commit("FyraLabs/readymade"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}