-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0215bc7
commit c65fd74
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version": "0.15.12", | ||
"description": "Playit.gg is a networking service that enables users to host game servers at home accessible to players worldwide through its custom tunneling software and Anycast Network.", | ||
"homepage": "https://playit.gg/", | ||
"license": "BSD-3-Clause", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/playit-cloud/playit-agent/releases/download/v0.15.12/playit-windows-x86.exe", | ||
"hash": "1e3857e339f1b80cbcc0c4beb7c3a44bd9c47716ae310f18025fd5f1a075276a" | ||
} | ||
}, | ||
"bin": [ | ||
[ | ||
"playit-windows-x86.exe", | ||
"playit" | ||
] | ||
], | ||
"shortcuts": [ | ||
[ | ||
"playit-windows-x86.exe", | ||
"Playit.gg" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://api.github.com/repos/playit-cloud/playit-agent/releases/latest" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/playit-cloud/playit-agent/releases/download/v{version}/playit-windows-x86.exe" | ||
} | ||
} | ||
} | ||
} |