diff options
author | Azul <azul@leap.se> | 2013-10-21 18:18:13 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-21 18:18:13 +0200 |
commit | 23b9c58c4bd2e62ba63064c0e606d84f26fe74fa (patch) | |
tree | dd4317b2c849370a5f92b77f8d14314e93c696b5 /config/defaults.yml | |
parent | 3389bb0f4e43087ef1bf3073c1cb2e8cf64b60d1 (diff) |
use osx not mac as an identifier for the os.
Diffstat (limited to 'config/defaults.yml')
-rw-r--r-- | config/defaults.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index 4d0a8d8..c7c8502 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -18,7 +18,7 @@ downloads: &downloads available_clients: - linux32 - linux64 - - mac + - osx - windows - android download_paths: @@ -26,7 +26,7 @@ downloads: &downloads linux: /client/linux linux32: /client/linux/Bitmask-linux32-latest.tar.bz2 linux64: /client/linux/Bitmask-linux64-latest.tar.bz2 - mac: /client/osx/Bitmask-OSX-latest.dmg + osx: /client/osx/Bitmask-OSX-latest.dmg windows: /client/windows/Bitmask-win32-latest.zip other: /client |