mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"version": "10.0.0",
|
|
"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/v10.0.0/deepstream.io-windows-10.0.0.zip",
|
|
"hash": "7b5cb27c9b22e0b647541faa7342bf2c882bf7378811b1f7e9cc7280180efe1c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|