Files
packages/anda/games/gamescope-session/update.rhai
T
2024-07-18 13:13:16 -05: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());
}
}