fix(gamescope-session-opemgamepadui): Update script (#11100) (#11155)

(cherry picked from commit ab879cc849)

Signed-off-by: Gilver <roachy@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-04-10 17:03:19 -05:00
committed by GitHub
parent a500ddb5e8
commit d5c710f5d0
@@ -1,7 +1,5 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("OpenGamingCollective/gamescope-session-steam"));
if rpm.changed() {
rpm.global("commit", gh_commit("OpenGamingCollective/gamescope-session-opengamepadui"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}