From f489bfd55499bfbab86e7afe63d78c2ceac6cef1 Mon Sep 17 00:00:00 2001 From: lico-n Date: Fri, 10 Dec 2021 18:50:27 +0100 Subject: [PATCH] cleanup --- Makefile | 3 --- README.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index de60de2..221f3ec 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,3 @@ build: GOOS=darwin GOARCH=arm64 go build -trimpath -ldflags="-s -w" -o ./bin/unneko-darwin-arm64 ./cmd GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-s -w" -o ./bin/unneko-linux-x64 ./cmd GOOS=windows GOARCH=amd64 go build -trimpath -ldflags="-s -w" -o ./bin/unneko-win-x64.exe ./cmd - -test: - find ./testdata -type f -name "*.nekodata" | xargs -I{} bash -c "echo testing {} && ./bin/unneko {}" \ No newline at end of file diff --git a/README.md b/README.md index 0405280..725fea5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # unneko -An extractor for Revived Witch nekodata. +An extractor for Revived Witch nekodata by Lico#6969 ## Usage as binary -Download and run in terminal +Download from release page and run in terminal ``` $ ./unneko -o ./output inputfile.nekodata