Files
packages/anda/stardust/protostar/update.rhai
T
Raboneko 251b60058b fix(update): stardust-protostar (#2378) (#2381)
apparently typoed

(cherry picked from commit 23926b9d9f)

Co-authored-by: madomado <madonuko@outlook.com>
2024-10-24 23:50:12 +08:00

6 lines
132 B
Plaintext

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