bin: update binaries

README: update hash, add build platforms and commands used
darwin: build without osxfuse dependency
win32: build for 32-bit
This commit is contained in:
Ian Burgwin
2019-11-11 21:48:39 -08:00
parent 74522dabad
commit 0421a7dedb
4 changed files with 190 additions and 170 deletions

View File

@@ -1,4 +1,8 @@
save3ds_fuse for win32 and darwin built with commit a9bd1468751200ccd2d5285dd91482847d6a22ed
save3ds_fuse for win32 and darwin built with commit 09a421a5dab729e7e5f394506627e5e49994f7ee
in repository https://github.com/wwylele/save3ds
win32 binary built on Windows 10, version 1903 64-bit with `cargo build --release --target=i686-pc-windows-msvc`.
darwin binary built on macOS 10.15.1 with `cd save3ds_fuse && cargo build --no-default-features --release`.
linux binary must be provided by the user.