#!/bin/bash echo "🚀 Starting HikeMap APK Build Process..." # Configuration APP_NAME="HikeMap" PACKAGE_ID="org.duckdns.bibbit.hikemap" HOST="maps.bibbit.duckdns.org" KEYSTORE_PASSWORD="hikemap2024" cd /app # Check if project files exist if [ ! -f "twa-manifest.json" ]; then echo "📝 Creating TWA manifest..." cat > twa-manifest.json <