mirror of
https://github.com/vgough/encfs.git
synced 2025-06-25 06:24:17 +02: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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
// With OSXFuse, the 'local' flag selects a local filesystem mount icon in Finder.
|
||||||
|
PUSHARG("-o");
|
||||||
|
PUSHARG("local");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// sanity check
|
// sanity check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user