quito web.zip
This commit is contained in:
parent
bba1a2a38b
commit
ab2d081d6d
2 changed files with 1 additions and 9 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -89,8 +89,7 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue