9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-30 20:09:06 +00:00

Update converter.sh

This commit is contained in:
Kas-tle
2022-05-21 23:03:44 -07:00
committed by GitHub
parent 6e2909483a
commit 8954e14de9

View File

@@ -59,7 +59,7 @@ else
fi
# get flags
while getopts w:m:a:b:f: flag "${@:2}"
while getopts w:m:a:b:f:v: flag "${@:2}"
do
case "${flag}" in
w) warn=${OPTARG};;
@@ -96,7 +96,7 @@ fi
# ensure we have all the required dependencies
dependency_check "jq-1.6" "https://stedolan.github.io/jq/download/" "jq --version" "1.6"
dependency_check "sponge" "https://joeyh.name/code/moreutils/" "-v sponge" ""
dependency_check "imagemagick-7" "https://imagemagick.org/script/download.php" "magick --version" "ImageMagick 7."
dependency_check "imagemagick-7" "https://imagemagick.org/script/download.php" "magick --version" ""
dependency_check "spritesheet-js" "https://www.npmjs.com/package/spritesheet-js" "-v spritesheet-js" ""
status_message completion "All dependencies have been satisfied\n"