Skip to content

Commit

Permalink
Release v0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTom committed Nov 26, 2024
1 parent a90b9ff commit 4fc52e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(CURDIR)/../../key
version+=0.0.30
version+=0.0.31

all: build-front appstore

Expand All @@ -21,7 +21,7 @@ clean:
rm -rf $(build_dir)

build-front:
npm ci
#npm ci
npm run build

appstore: clean
Expand All @@ -37,6 +37,8 @@ appstore: clean
--exclude=/README.md \
--exclude=/.gitignore \
--exclude=/Makefile \
--exclude=/node_modules \
--exclude=/src \
$(project_dir)/ $(sign_dir)/$(app_name)

@if [[ -f $(cert_dir)/$(app_name).key && -f $(cert_dir)/$(app_name).crt ]]; then \
Expand Down

0 comments on commit 4fc52e2

Please sign in to comment.