ai/at
1
0
This commit is contained in:
2025-12-07 23:00:28 +09:00
parent 74ddfe8ef3
commit ed1596e7e8
3 changed files with 94 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ function ios-copy-new-files() {
# Copy app-icons
if [ -d "$d/ios/app-icons" ]; then
cp -rf "$d/ios/app-icons" "$target_dir/assets/"
cp -rf "$d/ios/icon.png" "$target_dir/assets/"
echo "✅ Copied app-icons"
fi