Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
skye-z committed Aug 14, 2023
1 parent b9c32e2 commit 85d41a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ local.store
config.ini
# vue
node_modules/
dist/
dist/
out/
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate darwin amd64
echo "[2] MacOS from arm64"
generate darwin arm64
echo "[3] Linux from amd64"
generate linux arm64
generate linux amd64
echo "[4] Linux from arm64"
generate linux arm64
echo "[5] Windows from amd64"
Expand Down

0 comments on commit 85d41a1

Please sign in to comment.