Files
packages/anda/stardust/atmosphere/nightly/update.rhai
T
Raboneko 9eaa4735a3 add: stardust-atmosphere-nightly (#9088) (#9098)
(cherry picked from commit 665ee18d88)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-01-12 03:20:18 +08:00

6 lines
133 B
Plaintext

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