Skip to content

Commit

Permalink
Add playit version 0.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol committed Feb 20, 2024
1 parent 0215bc7 commit c65fd74
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/playit.json
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"
}
}
}
}

0 comments on commit c65fd74

Please sign in to comment.