From 2737b48847412322cdfc656ce3d0a4f173b5b090 Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Thu, 7 Sep 2023 12:18:45 -0500 Subject: [PATCH] zip workflow --- README.md | 4 ++++ build-zip.sh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index d26de1d..3fe04ad 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Hugo Theme: [Stack](https://github.com/CaiJimmy/hugo-theme-stack) ## App Zip Update +Tag on Github with `v1.X.X` + +**Manually**: + ``` ./build-zip.sh 1.X.X ``` diff --git a/build-zip.sh b/build-zip.sh index f6dd99a..b6769a8 100755 --- a/build-zip.sh +++ b/build-zip.sh @@ -7,6 +7,8 @@ then tag="${tag:1}" fi +rm static/web.* +parcel build hugo -b / python3 prepare_native_app.py rm -rf public/pimg/