feat: create start menu shortcut on Windows

This commit is contained in:
Zamitto
2025-05-02 08:08:58 -03:00
parent f20314de57
commit a922d9a166
10 changed files with 57 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
export type GameShop = "steam" | "epic";
export type ShortcutLocation = "desktop" | "start_menu";
export interface UnlockedAchievement {
name: string;
unlockTime: number;