mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-26 09:54:15 +00:00
refactored "add vault" functionality, which fixes #14
removed some dependencies refactored Main/MainApplication, which fixes #16
This commit is contained in:
@@ -63,8 +63,4 @@ interface FileNamingConventions {
|
||||
*/
|
||||
PathMatcher ENCRYPTED_FILE_GLOB_MATCHER = FileSystems.getDefault().getPathMatcher("glob:**/*{" + BASIC_FILE_EXT + "," + LONG_NAME_FILE_EXT + "}");
|
||||
|
||||
/**
|
||||
* On OSX, folders with this extension are treated as a package.
|
||||
*/
|
||||
String FOLDER_EXTENSION = ".cryptomator";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user