ai/at
1
0

test gemini

This commit is contained in:
2025-12-07 22:38:16 +09:00
parent 61349055af
commit 86c5877564
7 changed files with 904 additions and 172 deletions

View File

@@ -135,6 +135,8 @@ 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/"
cp -rf "$d/ios/icon.png" "$target_dir/assets/logo.png"
echo "✅ Copied app-icons"
fi