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

Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Gilver
2026-04-10 16:53:02 -05:00
committed by GitHub
parent 0c2523eee5
commit ab879cc849
@@ -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());
}
}