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