add setup cp file
This commit is contained in:
@@ -130,6 +130,12 @@ 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
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user