mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add deepstream package (#464)
* Add deepstream package * Update bucket/deepstream.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Removed DEEPSTREAM_LIBRARY_DIRECTORY env
This commit is contained in:
parent
2c80704974
commit
6e403c5077
27
bucket/deepstream.json
Normal file
27
bucket/deepstream.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://deepstream.io",
|
||||||
|
"description": "Realtime, fast and secure data-sync server for mobile, web & iot.",
|
||||||
|
"license": "AGPL-3.0-or-later",
|
||||||
|
"version": "4.2.5",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v4.2.5/deepstream.io-windows-4.2.5.zip",
|
||||||
|
"hash": "1f5bbfc92abb91795297a0ca7a5cfbf16c18cdfdef518c5265a45aece77de806"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "deepstream.exe",
|
||||||
|
"persist": "conf",
|
||||||
|
"env_set": {
|
||||||
|
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/deepstreamIO/deepstream.io"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v$version/deepstream.io-windows-$version.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user