Files
packages/anda/games/gamescope-session/update.rhai
T
Raboneko f2642e9eb0 add: gamescope-session (#1555) (#1564)
(cherry picked from commit 22edeaa138)

Co-authored-by: madomado <madonuko@outlook.com>
2024-07-19 02:28:48 +08:00

8 lines
198 B
Plaintext

if filters.contains("nightly") {
rpm.global("commit", gh_commit("ChimeraOS/gamescope-session"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}