deepstream@5.0.5: Fix installation (#766)

This commit is contained in:
Edgard Lorraine Messias 2020-01-31 15:25:54 -03:00 committed by GitHub
parent 3556ef5efb
commit 8e094a6b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
"hash": "abeb7d998f4af288097d5f43d5c9de634da999cd7ab75062b32b274842d656b7" "hash": "abeb7d998f4af288097d5f43d5c9de634da999cd7ab75062b32b274842d656b7"
} }
}, },
"extract_dir": "deepstream.io-windows-5.0.5",
"bin": "deepstream.exe", "bin": "deepstream.exe",
"persist": "conf", "persist": "conf",
"env_set": { "env_set": {
@ -22,6 +23,7 @@
"64bit": { "64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v$version/deepstream.io-windows-$version.zip" "url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v$version/deepstream.io-windows-$version.zip"
} }
} },
"extract_dir": "deepstream.io-windows-$version"
} }
} }