ScoopInstaller_Main/bucket/deepstream.json
2023-02-04 04:27:28 +00:00

30 lines
1.0 KiB
JSON

{
"version": "7.0.1",
"description": "Realtime, fast and secure data-sync server for mobile, web & iot",
"homepage": "https://deepstream.io",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v7.0.1/deepstream.io-windows-7.0.1.zip",
"hash": "94b9617114a577a6026bcddc97a491777c1fa947780544a5bc66d86a982c934c"
}
},
"extract_dir": "deepstream.io-windows-7.0.1",
"bin": "deepstream.exe",
"env_set": {
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
},
"persist": "conf",
"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"
}
}