mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-19 14:59:13 +00:00
Remove imagemagick check
This commit is contained in:
@@ -121,7 +121,7 @@ fi
|
|||||||
# ensure we have all the required dependencies
|
# ensure we have all the required dependencies
|
||||||
dependency_check "jq" "https://stedolan.github.io/jq/download/" "jq --version" "1.6\|1.7"
|
dependency_check "jq" "https://stedolan.github.io/jq/download/" "jq --version" "1.6\|1.7"
|
||||||
dependency_check "sponge" "https://joeyh.name/code/moreutils/" "-v sponge" ""
|
dependency_check "sponge" "https://joeyh.name/code/moreutils/" "-v sponge" ""
|
||||||
dependency_check "imagemagick" "https://imagemagick.org/script/download.php" "convert --version" ""
|
# dependency_check "imagemagick" "https://imagemagick.org/script/download.php" "convert --version" ""
|
||||||
dependency_check "spritesheet-js" "https://www.npmjs.com/package/spritesheet-js" "-v spritesheet-js" ""
|
dependency_check "spritesheet-js" "https://www.npmjs.com/package/spritesheet-js" "-v spritesheet-js" ""
|
||||||
status_message completion "All dependencies have been satisfied\n"
|
status_message completion "All dependencies have been satisfied\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user