From 01a92345497801e0117f5246bc3ce42843979b17 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 22 Aug 2024 16:12:27 +0200 Subject: [PATCH] update example command [ci skip] --- jfuse-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfuse-examples/README.md b/jfuse-examples/README.md index 1d5440b..4323e0f 100644 --- a/jfuse-examples/README.md +++ b/jfuse-examples/README.md @@ -32,7 +32,7 @@ $JAVA_HOME/bin/java \ $JAVA_HOME/bin/java \ -Djava.library.path=/usr/local/lib \ -p target/classes:target/mods \ - --enable-native-access=org.cryptomator.jfuse.win.amd64 \ + --enable-native-access=org.cryptomator.jfuse.win \ -m org.cryptomator.jfuse.examples/org.cryptomator.jfuse.examples.WindowsMirrorFileSystem \ C:/path/to/to-be-mirrored/dir M: ``` \ No newline at end of file