Browse Source

changed the path in mac data

Christopher Blaha 3 years ago
parent
commit
70be0b8f8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/ncutils/netclientutils.go

+ 1 - 1
netclient/ncutils/netclientutils.go

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