Skip to content

Commit

Permalink
zip workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Sep 7, 2023
1 parent b00f382 commit 2737b48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 2737b48

Please sign in to comment.