disable fuse for now

This commit is contained in:
Sebastian Stenzel
2021-06-09 18:38:44 +02:00
parent 52940d6a19
commit 0e924e7429
5 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import org.cryptomator.integrations.uiappearance.UiAppearanceProvider;
module org.cryptomator.desktop {
requires org.cryptomator.cryptofs;
requires org.cryptomator.frontend.dokany;
requires org.cryptomator.frontend.fuse;
// requires org.cryptomator.frontend.fuse;
requires org.cryptomator.frontend.webdav;
requires org.cryptomator.integrations.api;
requires java.rmi;