Skip to content

Commit

Permalink
fix(update): opentabletdriver (#2377) (#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit f3aad99)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Oct 24, 2024
1 parent 3f718d3 commit 84897dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anda/system/opentabletdriver-nightly/update.rhai
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
rpm.global("commit", gh_commit("OpenTabletDriver/OpenTabletDriver"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.global("ver", gh("OpenTabletDriver/OpenTabletDriver"));
let v = gh("OpenTabletDriver/OpenTabletDriver");
v.crop(1); // "v" prefix
rpm.global("ver", v);
rpm.release();
}

0 comments on commit 84897dc

Please sign in to comment.