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