Skip to content

Commit

Permalink
✏️ typo: npx --> upx
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Apr 28, 2021
1 parent 04b36f3 commit 94c4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ builds:
hooks:
post:
# 为路由器、开发板缩小二进制体积
- npx --best "{{.Path}}"
- upx --best "{{.Path}}"
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 94c4a3e

Please sign in to comment.