2
0

move exit down...

This commit is contained in:
Maarten Billemont 2014-11-18 00:04:12 -05:00
parent afb0a0365a
commit 1f1407f31f

View File

@ -90,7 +90,6 @@ if [[ "$(latest "$ios_icon"/*)" -nt "$appiconset/Contents.json" ]] ||
IFS=: read icon filename <<< "$icon"
IFS=@ read px scale idiom os <<< "$icon"
pt=$(( px / scale ))
exit
suffix=
[[ $scale != 1 ]] && suffix=@${scale}x
@ -103,6 +102,7 @@ exit
exit 1
fi
fi
exit
if imageProps=$(copyImage "$source" "$appiconset/$filename"); then
printf '%s{"size":"%dx%d","filename":"%s","scale":"%sx"' \