mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
vcmibuilder: fix data dir not found on GoG extract
This commit is contained in:
parent
56a1984aa8
commit
988374444c
@ -182,6 +182,7 @@ then
|
||||
# innoextract always reports error (iconv 84 error). Just test file for presence
|
||||
test -f "$gog_file" || fail "Error: gog.com executable was not found!"
|
||||
gog_file="$(cd "$(dirname "$gog_file")"; pwd)/$(basename "$gog_file")"
|
||||
mkdir -p "$data_dir"
|
||||
cd "$data_dir" && innoextract "$gog_file"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user