mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
28 lines
926 B
JSON
28 lines
926 B
JSON
{
|
|
"version": "7.0.9",
|
|
"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.9/deepstream.io-windows-7.0.9.zip",
|
|
"hash": "64a0f55262fdeeebd9bd4b2c26551dde6c4e513a6cb2d7939626184e33ab8c92"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|