fix: Use correct repo for xone nightly updater (#11062) (#11064)

This commit is contained in:
Raboneko
2026-04-04 20:11:03 -07:00
committed by GitHub
parent f912e04adc
commit 3fef48183e
@@ -1,8 +1,8 @@
rpm.global("commit", gh_commit("dlundqvist/xone"));
rpm.global("commit", gh_commit("OpenGamingCollective/xonedo"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
let v = gh("dlundqvist/xone");
let v = gh("OpenGamingCollective/xonedo");
v.crop(1);
rpm.global("ver", v);
}