diff --git a/Makefile b/Makefile index c77d1d9..d2300dd 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ macos: bin/c2t_x86 bin/c2t_arm bin/c2t-96h_x86 bin/c2t-96h_arm lipo -create -output bin/c2t bin/c2t_x86 bin/c2t_arm lipo -create -output bin/c2t-96h bin/c2t-96h_x86 bin/c2t-96h_arm -dist: windows macos +dist: macos windows clean: testclean rm -f c2t.h bin/c2t bin/c2t-96h bin/c2t.exe bin/c2t-96h.exe bin/c2t_x86 bin/c2t_arm bin/c2t-96h_x86 bin/c2t-96h_arm diff --git a/README.md b/README.md index e55e1e7..f70fc00 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Single load binaries will auto extract and execute. Disk images will auto extra Automated testing is only supported on MacOS and requires the following: -* Virtual ][ 10.x () +* Virtual ][ 10.0.1 () * Windows cross-compiling tools * Docker Desktop for Mac () diff --git a/bin/c2t-96h.exe b/bin/c2t-96h.exe index f44f3a7..5d86fe2 100755 Binary files a/bin/c2t-96h.exe and b/bin/c2t-96h.exe differ diff --git a/bin/c2t.exe b/bin/c2t.exe index 330edb5..2a44505 100755 Binary files a/bin/c2t.exe and b/bin/c2t.exe differ