changed the path in mac data

This commit is contained in:
Christopher Blaha
2022-08-03 11:41:38 -04:00
parent 47db26c9af
commit 70be0b8f8f

View File

@@ -42,7 +42,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/Applications\\ Support/Netclient"
// WINDOWS_APP_DATA_PATH - windows path
const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"