mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-28 17:34:25 -04:00
python work and network keying work
This commit is contained in:
parent
0c3271b3b9
commit
1cacc547e0
5 changed files with 10 additions and 6 deletions
|
@ -57,7 +57,7 @@ def ipc_info() -> str:
|
|||
|
||||
# hack to deal with rust's 'directories' crate case-inconsistency
|
||||
if sys.platform.startswith('darwin'):
|
||||
data_dir = appdirs.user_data_dir("Veilid","Veilid")
|
||||
data_dir = appdirs.user_data_dir("org.Veilid.Veilid")
|
||||
else:
|
||||
data_dir = appdirs.user_data_dir("veilid","veilid")
|
||||
ipc_0_path = os.path.join(data_dir, "ipc", "0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue