ai/at
1
0
This commit is contained in:
2025-12-07 23:05:25 +09:00
parent ed1596e7e8
commit 7d2d140172
3 changed files with 577 additions and 42 deletions

View File

@@ -136,6 +136,7 @@ function ios-copy-new-files() {
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/"
cp -rf "$d/ios/icon.png" "$target_dir/assets/logo.png"
echo "✅ Copied app-icons"
fi