fix(Bash): client data files version 10 (#5146)
This commit is contained in:
parent
1367475a59
commit
cde067390f
1 changed files with 1 additions and 1 deletions
|
|
@ -222,6 +222,6 @@ function inst_download_client_data {
|
|||
local path="$AC_BINPATH_FULL"
|
||||
|
||||
echo "Downloading client data in: $path/data.zip ..."
|
||||
curl -L https://github.com/wowgaming/client-data/releases/download/v9/data.zip > "$path/data.zip" \
|
||||
curl -L https://github.com/wowgaming/client-data/releases/download/v10/data.zip > "$path/data.zip" \
|
||||
&& unzip -o "$path/data.zip" -d "$path/" && rm "$path/data.zip"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue