Skip to content

Commit

Permalink
Update update.rhai
Browse files Browse the repository at this point in the history
Signed-off-by: Dipta Biswas <[email protected]>
  • Loading branch information
hazel-bunny authored Apr 12, 2024
1 parent 558aa2a commit 673c253
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion anda/misc/kwin-system76-scheduler-integration/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
rpm.version(gh("maxiberta/kwin-system76-scheduler-integration"));
rpm.global("commit", gh("maxiberta/kwin-system76-scheduler-integration"));
if rpm.changed() {
rpm.global("date", date()); // remove if we don't need the `date` macro
rpm.release();
}

0 comments on commit 673c253

Please sign in to comment.