mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
926 B
JSON
28 lines
926 B
JSON
{
|
|
"version": "9.1.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/v9.1.2/deepstream.io-windows-9.1.2.zip",
|
|
"hash": "5db4af5e23551b36c39020bd9c71ba35f45a9f20edf66537719ee710a9e3a9de"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|