Skip to content

Commit b878625

Browse files
committed
Typos galore
1 parent d1fad85 commit b878625

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Makefile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@ zxbuild:
7373
zxbuild-post:
7474
mv github.com/proofrock/ bin
7575
rm -rf github.com/
76-
mv bin/ws4sqlite-windows-10.0-amd64.exe bin/ws4slite.exe
77-
cd bin/ && zip -9 ws4sqlite-v0.0.0-win-x86_64.zip ws4slite.exe
78-
rm bin/ws4slite.exe
79-
mv bin/ws4sqlite-darwin-10.12-amd64 bin/ws4slite
80-
cd bin/ && bash -c "tar c ws4slite | gzip -9 > ws4sqlite-v0.0.0-darwin-x86_64.tar.gz"
81-
mv bin/ws4sqlite-darwin-10.12-arm64 bin/ws4slite
82-
cd bin/ && bash -c "tar c ws4slite | gzip -9 > ws4sqlite-v0.0.0-darwin-arm64.tar.gz"
83-
mv bin/ws4sqlite-linux-amd64 bin/ws4slite
84-
cd bin/ && bash -c "tar c ws4slite | gzip -9 > ws4sqlite-v0.0.0-linux-x86_64.tar.gz"
85-
mv bin/ws4sqlite-linux-arm64 bin/ws4slite
86-
cd bin/ && bash -c "tar c ws4slite | gzip -9 > ws4sqlite-v0.0.0-linux-arm64.tar.gz"
87-
mv bin/ws4sqlite-linux-arm-6 bin/ws4slite
88-
cd bin/ && bash -c "tar c ws4slite | gzip -9 > ws4sqlite-v0.0.0-linux-arm-v6.tar.gz"
89-
rm bin/ws4slite
76+
mv bin/ws4sqlite-windows-10.0-amd64.exe bin/ws4sqlite.exe
77+
cd bin/ && zip -9 ws4sqlite-v0.0.0-win-x86_64.zip ws4sqlite.exe
78+
rm bin/ws4sqlite.exe
79+
mv bin/ws4sqlite-darwin-10.12-amd64 bin/ws4sqlite
80+
cd bin/ && bash -c "tar c ws4sqlite | gzip -9 > ws4sqlite-v0.0.0-darwin-x86_64.tar.gz"
81+
mv bin/ws4sqlite-darwin-10.12-arm64 bin/ws4sqlite
82+
cd bin/ && bash -c "tar c ws4sqlite | gzip -9 > ws4sqlite-v0.0.0-darwin-arm64.tar.gz"
83+
mv bin/ws4sqlite-linux-amd64 bin/ws4sqlite
84+
cd bin/ && bash -c "tar c ws4sqlite | gzip -9 > ws4sqlite-v0.0.0-linux-x86_64.tar.gz"
85+
mv bin/ws4sqlite-linux-arm64 bin/ws4sqlite
86+
cd bin/ && bash -c "tar c ws4sqlite | gzip -9 > ws4sqlite-v0.0.0-linux-arm64.tar.gz"
87+
mv bin/ws4sqlite-linux-arm-6 bin/ws4sqlite
88+
cd bin/ && bash -c "tar c ws4sqlite | gzip -9 > ws4sqlite-v0.0.0-linux-arm-v6.tar.gz"
89+
rm bin/ws4sqlite
9090

9191
docker:
9292
docker buildx build -f Dockerfile --no-cache -t local_ws4sqlite:latest .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Obtaining an answer of
7777
- [**Embedded web server**](https://germ.gitbook.io/ws4sqlite/documentation/web-server) to directly serve web pages that can access ws4sqlite without CORS;
7878
- Compact codebase;
7979
- Comprehensive test suite (`make test`);
80-
- 11 os's/arch's directly supported;
80+
- 6 os's/arch's directly supported;
8181
- [**Docker images**](https://germ.gitbook.io/ws4sqlite/documentation/installation/docker), for amd64, arm and arm64.
8282

8383
# Security Features

0 commit comments

Comments
 (0)