Compare commits
2 Commits
0ae1cb8e0d
...
4e446adefc
Author | SHA1 | Date | |
---|---|---|---|
4e446adefc | |||
e5fa39bdad |
@ -4,7 +4,10 @@ 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",
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
package updateutils
|
package updateutils
|
||||||
|
|
||||||
type LastVersion struct { //Rename to Version
|
type LastVersion struct { //Rename to Version
|
||||||
Major int
|
Epic int
|
||||||
Minor int
|
Sprint int
|
||||||
|
Build int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user