deepstream: Remove extract_dir (#4574)

* Update deepstream.json

* Update deepstream.json
This commit is contained in:
StarsbySea 2023-03-19 13:45:28 +08:00 committed by GitHub
parent 07ed691cdc
commit e9aedf208d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@
"hash": "59c39f8a87659db1d801127df45ce461e40919617ee8578de7c1b19cef41db08" "hash": "59c39f8a87659db1d801127df45ce461e40919617ee8578de7c1b19cef41db08"
} }
}, },
"extract_dir": "deepstream.io-windows-7.0.4",
"bin": "deepstream.exe", "bin": "deepstream.exe",
"env_set": { "env_set": {
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml" "DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
@ -23,7 +22,6 @@
"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"
} }
} }