fix copy icon
This commit is contained in:
@@ -132,12 +132,6 @@ function ios-copy-new-files() {
|
|||||||
echo "✅ Copied License.tsx"
|
echo "✅ Copied License.tsx"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy logo.png to icon.png if it doesn't exist
|
|
||||||
if [ -f "$target_dir/assets/logo.png" ] && [ ! -f "$target_dir/assets/icon.png" ]; then
|
|
||||||
cp "$target_dir/assets/logo.png" "$target_dir/assets/icon.png"
|
|
||||||
echo "✅ Created assets/icon.png from assets/logo.png"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Copy app-icons
|
# Copy app-icons
|
||||||
if [ -d "$d/ios/app-icons" ]; then
|
if [ -d "$d/ios/app-icons" ]; then
|
||||||
cp -rf "$d/ios/app-icons" "$target_dir/assets/"
|
cp -rf "$d/ios/app-icons" "$target_dir/assets/"
|
||||||
|
|||||||
Reference in New Issue
Block a user