Files
packages/anda/stardust/telescope/update.rhai
T
Raboneko f1c2cc5076 add: stardust-telescope (#2319) (#2323)
(cherry picked from commit f7ff86b1d2)

Co-authored-by: madomado <madonuko@outlook.com>
2024-10-23 23:58:45 +08:00

6 lines
132 B
Plaintext

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