feat: update Gitea configuration for base URL and owner; add updateInfo to GameSelectOption interface

This commit is contained in:
2026-05-21 23:06:54 +02:00
parent 88aeedb5ff
commit 0bc6f60b2c
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -84,4 +84,6 @@ export interface GameSelectOption {
available: boolean;
/** Mirrors PackRegistryEntry so the download dialog can be populated inline. */
registryEntry: PackRegistryEntry;
}
/** Present when there is a newer version of this pack available in the registry. */
updateInfo?: { installedVersion: string; latestVersion: string };
}