uncomment the rpm version update line in autoupdate script

This commit is contained in:
Willow Reed
2026-06-06 14:49:28 -06:00
parent 53be88d6ae
commit 62c0a987e8
+1 -1
View File
@@ -1,6 +1,6 @@
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia-shell/commits/main").json().sha);
if rpm.changed() {
// rpm.global("ver", gh("noctalia-dev/noctalia-shell"));
rpm.global("ver", gh("noctalia-dev/noctalia-shell"));
rpm.global("commit_date", date());
rpm.release();
}