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

This commit is contained in:
Raboneko
2026-04-04 20:10:53 -07:00
committed by GitHub
parent c538cfa5bc
commit 3df3c6a305
@@ -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);
}