From 79162b9d3147305e39a15e2724ed47e32740bfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Tue, 2 Jul 2019 15:55:29 +0200 Subject: [PATCH] ci: no space in installer file name --- .appveyor/shapeout2.iss_dummy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor/shapeout2.iss_dummy b/.appveyor/shapeout2.iss_dummy index 5b1dcaa..133b1cd 100644 --- a/.appveyor/shapeout2.iss_dummy +++ b/.appveyor/shapeout2.iss_dummy @@ -2,6 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Shape-Out 2" +#define MyAppNameSimple "Shape-Out" #define MyzmAppName "Shape-Out 2" #define MyAppVersion "0.1.0" #define MyAppPublisher "ZELLMECHANIK DRESDEN" @@ -25,7 +26,7 @@ DefaultDirName={localappdata}\{#MyAppName} DisableDirPage=yes DefaultGroupName={#MyAppName} AllowNoIcons=yes -OutputBaseFilename={#MyAppName}_{#MyAppVersion}_{#MyAppPlatform}_setup +OutputBaseFilename={#MyAppNameSimple}_{#MyAppVersion}_{#MyAppPlatform}_setup Compression=lzma SolidCompression=yes ChangesAssociations=yes