Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lico-n committed Dec 10, 2021
1 parent 90fa233 commit f489bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f489bfd

Please sign in to comment.