tic80 updater fix

This commit is contained in:
2026-05-07 22:34:39 +02:00
parent 2889fe47c7
commit cb46e31352
@@ -35,7 +35,7 @@ module SoftwareUpdater
value = parts[1].strip
metadata[key] = value
end
metadata
metadata.slice(:name, :title, :author, :desc, :site, :license)
end
end
end