diff --git a/gameUtils/fakeGames.go b/gameUtils/fakeGames.go index 1cdec3e..df22de9 100644 --- a/gameUtils/fakeGames.go +++ b/gameUtils/fakeGames.go @@ -1,10 +1,13 @@ package gameUtils var garrysmodGame = SteamGame{ - GameId: "garrysmod", - SteamId: "4000", - Args: []string{}, - Platforms: map[string]bool{"linux": true}, + GameId: "garrysmod", + SteamId: "4000", + Args: []string{}, + Platforms: map[string]bool{ + "linux": true, + "windows": true, + }, Assets: GameInterfaceAssets{ Title: "Garry's Mod", Icon: "icon.png",