Remove generate-icons step from APK CI build

This commit is contained in:
Chad Curtis
2026-02-27 04:56:53 -06:00
parent 12967da12f
commit 351c92d33e
+1 -4
View File
@@ -52,7 +52,7 @@ build-apk:
before_script:
# Install system dependencies
- apt-get update -qq
- apt-get install -y -qq curl unzip imagemagick inkscape > /dev/null
- apt-get install -y -qq curl unzip > /dev/null
# Install Node.js 22
- curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
@@ -111,9 +111,6 @@ build-apk:
- npx vite build -l error
- cp dist/index.html dist/404.html
# Generate Android icons
- bash scripts/generate-icons.sh
# Sync web assets to Capacitor Android project
- npx cap sync android