This commit is contained in:
2025-07-14 19:39:41 +02:00
11 changed files with 132 additions and 26 deletions

View File

@@ -6,6 +6,8 @@ import type { Release } from './types';
export const currentView = writable<Component>(Loading);
export const platform = writable<string>("");
export const launcherVersion = writable<string>('');
export const newVersion = writable<Release | undefined>(undefined);