Re-enable FUSE

This reverts commit 0e924e7429.
This commit is contained in:
Sebastian Stenzel
2021-06-22 16:32:19 +02:00
parent 458a466c7f
commit 94e26da693
12 changed files with 79 additions and 22 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;