mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 14:18:35 +01:00
add local flag on apple
This commit is contained in:
parent
843a4ca5be
commit
c4c643948a
@ -413,6 +413,12 @@ static bool processArgs(int argc, char *argv[],
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(__APPLE__)
|
||||
// With OSXFuse, the 'local' flag selects a local filesystem mount icon in Finder.
|
||||
PUSHARG("-o");
|
||||
PUSHARG("local");
|
||||
#endif
|
||||
}
|
||||
|
||||
// sanity check
|
||||
|
Loading…
Reference in New Issue
Block a user