Files
packages/anda/misc/kwin-system76-scheduler-integration/update.rhai
T
madomado 7938cfe34a chore(sync): frawhide -> f40 (#1191)
* chore(sync): f39 -> f40

* fix: click

* mutter upgrade

* more merges

* chore(sync): frawhide -> f40

* fix: gnome-shell-extension-pop-shell
2024-05-02 12:11:12 -05: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();
}