Skip to content

Commit

Permalink
feat: update zstd to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Nov 27, 2019
1 parent fac48dd commit f392392
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ update-appimage-runtime:
publish-appimage:
NAME=appimage VERSION=12.0.1 ./publish.sh

publish-zstd:
NAME=zstd VERSION=1.4.4 ./publish-m.sh

publish-nsis:
NAME=nsis VERSION=3.0.4.1 ./publish.sh

publish-nsis-resources:
NAME=nsis-resources VERSION=3.4.1 ./publish.sh

Expand Down
Binary file modified nsis/linux/makensis
Binary file not shown.
Binary file modified nsis/mac/makensis
Binary file not shown.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"wix": "NAME=wix VERSION=4.0.0.5512.2 ./publish.sh",
"sw": "NAME=Squirrel.Windows VERSION=1.9.0 ./publish.sh",
"ran": "NAME=ran VERSION=0.1.3 ./publish.sh",
"zstd": "NAME=zstd VERSION=1.4.0 ./publish-m.sh",
"nsis": "NAME=nsis VERSION=3.0.3.2 ./publish.sh",
"launchui": "NAME=launchui VERSION=0.1.4-10.13.0 ./publish.sh"
},
"//": "go get -u github.com/develar/tool-releaser",
Expand Down
Binary file modified zstd/linux-x64/zstd
Binary file not shown.
Binary file modified zstd/mac/zstd
Binary file not shown.
Binary file modified zstd/win-ia32/zstd.exe
100755 → 100644
Binary file not shown.
Binary file modified zstd/win-x64/zstd.exe
100755 → 100644
Binary file not shown.

0 comments on commit f392392

Please sign in to comment.