mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 10:51:02 +00:00
feat: create start menu shortcut on Windows
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export type GameShop = "steam" | "epic";
|
||||
|
||||
export type ShortcutLocation = "desktop" | "start_menu";
|
||||
|
||||
export interface UnlockedAchievement {
|
||||
name: string;
|
||||
unlockTime: number;
|
||||
|
||||
Reference in New Issue
Block a user