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:
Matthew R Kasun
2022-08-19 10:55:49 -04:00
committed by GitHub
3 changed files with 43 additions and 2 deletions

View File

@@ -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"