add win platform to fake gmod

This commit is contained in:
Gregory Brzezinski 2022-11-02 22:56:44 +03:00
parent 0ae1cb8e0d
commit e5fa39bdad

View File

@ -1,10 +1,13 @@
package gameUtils package gameUtils
var garrysmodGame = SteamGame{ var garrysmodGame = SteamGame{
GameId: "garrysmod", GameId: "garrysmod",
SteamId: "4000", SteamId: "4000",
Args: []string{}, Args: []string{},
Platforms: map[string]bool{"linux": true}, Platforms: map[string]bool{
"linux": true,
"windows": true,
},
Assets: GameInterfaceAssets{ Assets: GameInterfaceAssets{
Title: "Garry's Mod", Title: "Garry's Mod",
Icon: "icon.png", Icon: "icon.png",