✏️ typo: npx --> upx

This commit is contained in:
naiba 2021-04-28 23:53:56 +08:00
parent 04b36f3991
commit 94c4a3ef61

View File

@ -30,7 +30,7 @@ builds:
hooks: hooks:
post: post:
# 为路由器、开发板缩小二进制体积 # 为路由器、开发板缩小二进制体积
- npx --best "{{.Path}}" - upx --best "{{.Path}}"
checksum: checksum:
name_template: "checksums.txt" name_template: "checksums.txt"
snapshot: snapshot: