From dab731656dd5856ca293e2660e142cc215acc66e Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 20 Jan 2017 05:36:37 +0100 Subject: [PATCH] updated mac wording (#2359) --- cmake/bintray_deploy.json.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/bintray_deploy.json.in b/cmake/bintray_deploy.json.in index 37306db7..66e715c0 100644 --- a/cmake/bintray_deploy.json.in +++ b/cmake/bintray_deploy.json.in @@ -22,7 +22,7 @@ }, "files": [ { "includePattern": "build/(Cockatrice.*\\.deb)", "uploadPattern": "Ubuntu/$ENV{DIST}/$1" }, - { "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "MacOSX/$1" } + { "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "macOS/$1" } ], "publish": true -} \ No newline at end of file +}