Skip to content

Commit

Permalink
playit: Add version 0.15.19 (#1092)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <[email protected]>
  • Loading branch information
marcolongol and Calinou authored Aug 18, 2024
1 parent 5a7847d commit 0f972f1
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.19",
"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.19/playit-windows-x86_64_signed.exe",
"hash": "9be57640f4d5f4943ee40f159ba2c6a947f0760e399f2b55f1f4dffe47ca97cf"
}
},
"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_64-signed.exe"
}
}
}
}

0 comments on commit 0f972f1

Please sign in to comment.