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

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