Skip to content

Commit 0f972f1

Browse files
marcolongolCalinou
andauthored
playit: Add version 0.15.19 (#1092)
Co-authored-by: Hugo Locurcio <[email protected]>
1 parent 5a7847d commit 0f972f1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bucket/playit.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "0.15.19",
3+
"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",
4+
"homepage": "https://playit.gg/",
5+
"license": "BSD-3-Clause",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/playit-cloud/playit-agent/releases/download/v0.15.19/playit-windows-x86_64_signed.exe",
9+
"hash": "9be57640f4d5f4943ee40f159ba2c6a947f0760e399f2b55f1f4dffe47ca97cf"
10+
}
11+
},
12+
"bin": [
13+
[
14+
"playit-windows-x86.exe",
15+
"playit"
16+
]
17+
],
18+
"shortcuts": [
19+
[
20+
"playit-windows-x86.exe",
21+
"Playit.gg"
22+
]
23+
],
24+
"checkver": {
25+
"github": "https://api.github.com/repos/playit-cloud/playit-agent/releases/latest"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/playit-cloud/playit-agent/releases/download/v$version/playit-windows-x86_64-signed.exe"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)