Explorar o código

trying without the /

Christopher Blaha %!s(int64=3) %!d(string=hai) anos
pai
achega
4dd6832e2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netclient/ncutils/netclientutils.go

+ 1 - 1
netclient/ncutils/netclientutils.go

@@ -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 = "/Library/Application\\ Support/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"