Files
packages/anda/stardust/protostar/nightly/update.rhai
T
Owen Zimmerman 53e5f36785 add: stardust-protostar-nightly (#9114)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-01-12 17:34:11 -06:00

6 lines
132 B
Plaintext

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