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