move exit down...
This commit is contained in:
parent
1f1407f31f
commit
a51d2b5eb4
@ -102,7 +102,6 @@ if [[ "$(latest "$ios_icon"/*)" -nt "$appiconset/Contents.json" ]] ||
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
exit
|
||||
|
||||
if imageProps=$(copyImage "$source" "$appiconset/$filename"); then
|
||||
printf '%s{"size":"%dx%d","filename":"%s","scale":"%sx"' \
|
||||
@ -117,6 +116,7 @@ exit
|
||||
rm "$appiconset/Contents.json"
|
||||
exit
|
||||
fi
|
||||
exit
|
||||
|
||||
done
|
||||
printf '],"info":{"version":1,"author":"genassets"},"properties":{"pre-rendered":true}}\n'
|
||||
|
Loading…
Reference in New Issue
Block a user