From 69d0796881986980d052a3b91eff359a4db71875 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Fri, 7 Jul 2017 15:41:18 +0200 Subject: [PATCH] Make the addFileIn target right --- AppVeyor/make_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index 1494649..60e7007 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -9,7 +9,7 @@ function addFileIn { echo $1 mkdir -p $2 cp $1 $2 - echo "Source: \"$2\\$(basename $1)\"; DestDir: \"{app}\"; Flags: ignoreversion" >> installer.iss + echo "Source: \"$2\\$(basename $1)\"; DestDir: \"{app}\\$2\"; Flags: ignoreversion" >> installer.iss } function addAllFiles {