fix: release tarball files
Diff
Makefile | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -83,7 +83,7 @@ define build_release_files =
set -u
cd $(PKG_BIN_PATH) && \
tar -czvf $(PKG_NAME)-v$(PKG_TAG)-x86_64-$(PKG_TARGET).tar.gz $(PKG_NAME)
tar czvf $(PKG_NAME)-v$(PKG_TAG)-x86_64-$(PKG_TARGET).tar.gz $(PKG_NAME)
du -sh ./*
echo "Release tarball/zipball files created!"
endef
@@ -2,7 +2,7 @@
> A blazing fast static files-serving web server powered by [Rust Iron](https://github.com/iron/iron). :zap:
**Static Web Server** is a small (`1,6M` static binary) and fast web server to serving static files like html files or assets.
**Static Web Server** is a small (`1.4M` static binary) and fast web server to serving static files like html files or assets.
It's also an option to deploy it inside a [Docker container](https://hub.docker.com/r/joseluisq/static-web-server).