ScoopInstaller_Main/bucket/deepstream.json
2022-12-23 20:25:32 +00:00

30 lines
1.0 KiB
JSON

{
"version": "6.2.2",
"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/v6.2.2/deepstream.io-windows-6.2.2.zip",
"hash": "2f66f2cedae40ae7dd1145f15b08cbf1095d522b70cc01650f33950d80b0f75e"
}
},
"extract_dir": "deepstream.io-windows-6.2.2",
"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"
}
}