diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fadac8c1..786f6ec3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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