quito web.zip

This commit is contained in:
Álvaro González 2026-05-10 13:28:06 +02:00
parent bba1a2a38b
commit ab2d081d6d
2 changed files with 1 additions and 9 deletions

View file

@ -35,13 +35,6 @@ build-linux-debug-container:
build-web-debug-container:
$(FLUTTERW) build web --debug
# Zip web build for embedding as asset
assets/generated/webapp.zip: build/web
mkdir -p assets/generated
cd build/web && zip -r ../../assets/generated/webapp.zip .
build-webapp-zip: assets/generated/webapp.zip
run-linux-debug-container:
$(FLUTTERW) run -d linux

View file

@ -89,7 +89,6 @@ flutter:
assets:
- assets/units/
- assets/formulas/
- assets/generated/webapp.zip
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images