Compare commits
No commits in common. "4e446adefc75b3784733b234ba9ae7a1fa4d8f21" and "0ae1cb8e0de85d50655d74cf27e45205bf62e3a4" have entirely different histories.
4e446adefc
...
0ae1cb8e0d
@ -1,13 +1,10 @@
|
|||||||
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{
|
Platforms: map[string]bool{"linux": true},
|
||||||
"linux": true,
|
|
||||||
"windows": true,
|
|
||||||
},
|
|
||||||
Assets: GameInterfaceAssets{
|
Assets: GameInterfaceAssets{
|
||||||
Title: "Garry's Mod",
|
Title: "Garry's Mod",
|
||||||
Icon: "icon.png",
|
Icon: "icon.png",
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package updateutils
|
package updateutils
|
||||||
|
|
||||||
type LastVersion struct { //Rename to Version
|
type LastVersion struct { //Rename to Version
|
||||||
Epic int
|
Major int
|
||||||
Sprint int
|
Minor int
|
||||||
Build int
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user