ai/at
1
0

fix copy icon

This commit is contained in:
2025-12-07 22:16:42 +09:00
parent 7ec4bfbefe
commit 53062889a3

View File

@@ -132,12 +132,6 @@ function ios-copy-new-files() {
echo "✅ Copied License.tsx"
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
if [ -d "$d/ios/app-icons" ]; then
cp -rf "$d/ios/app-icons" "$target_dir/assets/"