Files
packages/anda/misc/kwin-system76-scheduler-integration/update.rhai
T
2024-05-01 10:40:01 +07:00

6 lines
194 B
Plaintext

rpm.global("commit", gh_commit("maxiberta/kwin-system76-scheduler-integration"));
if rpm.changed() {
rpm.global("date", date()); // remove if we don't need the `date` macro
rpm.release();
}