diff options
author | Azul <azul@leap.se> | 2013-10-21 11:30:18 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-21 11:30:18 +0200 |
commit | 3389bb0f4e43087ef1bf3073c1cb2e8cf64b60d1 (patch) | |
tree | d56c874d4d990df32ae56d3cb841ccf93236517b | |
parent | ed3b83e31a16732f309eb470358bf06c1190b4f8 (diff) |
fix download urls for mac, android and windows
They did not point directly to the download.
-rw-r--r-- | config/defaults.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index 6211e37..4d0a8d8 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -22,12 +22,12 @@ downloads: &downloads - windows - android download_paths: - android: /client/android + android: /client/android/Bitmask-Android-latest.apk linux: /client/linux linux32: /client/linux/Bitmask-linux32-latest.tar.bz2 linux64: /client/linux/Bitmask-linux64-latest.tar.bz2 - osx: /client/osx/Bitmask-OSC-latest.dmg - windows: /client/windows + mac: /client/osx/Bitmask-OSX-latest.dmg + windows: /client/windows/Bitmask-win32-latest.zip other: /client common: &common |