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