mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-25 09:50:24 +08:00
Merge pull request #1442 from theguy951357/bugfix_v0.14.7_apple_data_path
Bugfix v0.14.7 apple data path
This commit is contained in:
@@ -43,7 +43,7 @@ const NO_DB_RECORDS = "could not find any records"
|
||||
const LINUX_APP_DATA_PATH = "/etc/netclient"
|
||||
|
||||
// MAC_APP_DATA_PATH - linux path
|
||||
const MAC_APP_DATA_PATH = "/Applications/Netclient"
|
||||
const MAC_APP_DATA_PATH = "/Library/Application Support/Netclient"
|
||||
|
||||
// WINDOWS_APP_DATA_PATH - windows path
|
||||
const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"
|
||||
|
||||
Reference in New Issue
Block a user