changeset 1886:d93e0826b098 appimage

Ah, I see. Well, presumably this still saves writing the name twice
author Chris Cannam
date Wed, 27 Jun 2018 13:51:33 +0100
parents 379586e72d20
children e288e2f5914e
files deploy/linux/bintray.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/linux/bintray.json	Wed Jun 27 13:28:58 2018 +0100
+++ b/deploy/linux/bintray.json	Wed Jun 27 13:51:33 2018 +0100
@@ -17,7 +17,7 @@
 
     "files": [
         {
-            "includePattern": "Sonic_Visualiser-x86_64.AppImage",
+            "includePattern": "(Sonic_Visualiser-x86_64.AppImage)",
             "uploadPattern": "$1"
         }
     ],