handle android and swap to os icons

This commit is contained in:
Garret Patti
2026-04-12 11:53:27 -04:00
parent 625539f35e
commit d3e1bf049b
8 changed files with 100 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ export interface Library {
coverExt: string | null
}
export type GamePlatform = 'windows' | 'linux' | 'macos'
export type GamePlatform = 'windows' | 'linux' | 'macos' | 'android'
export interface GameFile {
path: string