mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 18:11:20 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://deepstream.io",
|
|
"description": "Realtime, fast and secure data-sync server for mobile, web & iot.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "5.0.12",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v5.0.12/deepstream.io-windows-5.0.12.zip",
|
|
"hash": "e102ee0d1a31e42c2b4585a7cb486e23a5d0031c699b0ceb9b9667aafb52651b"
|
|
}
|
|
},
|
|
"extract_dir": "deepstream.io-windows-5.0.12",
|
|
"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"
|
|
}
|
|
},
|
|
"extract_dir": "deepstream.io-windows-$version"
|
|
}
|
|
}
|