mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-17 16:18:34 +08:00
Application not Applications
This commit is contained in:
parent
70be0b8f8f
commit
35ae2bf131
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const NO_DB_RECORDS = "could not find any records"
|
||||||
const LINUX_APP_DATA_PATH = "/etc/netclient"
|
const LINUX_APP_DATA_PATH = "/etc/netclient"
|
||||||
|
|
||||||
// MAC_APP_DATA_PATH - linux path
|
// MAC_APP_DATA_PATH - linux path
|
||||||
const MAC_APP_DATA_PATH = "/Library/Applications\\ Support/Netclient"
|
const MAC_APP_DATA_PATH = "/Library/Application\\ Support/Netclient"
|
||||||
|
|
||||||
// WINDOWS_APP_DATA_PATH - windows path
|
// WINDOWS_APP_DATA_PATH - windows path
|
||||||
const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"
|
const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue