add win platform to fake gmod
This commit is contained in:
parent
0ae1cb8e0d
commit
e5fa39bdad
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user