Skip to content

Commit

Permalink
ci: no space in installer file name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 2, 2019
1 parent 72ee5df commit 79162b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor/shapeout2.iss_dummy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 79162b9

Please sign in to comment.