From e5dc2d0b992e6b0ac281503bb36c95ac481cc91d Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 8 Jul 2017 11:45:29 +0200 Subject: [PATCH] Oh that's why --- 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 0620e73..5171d65 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -2,12 +2,12 @@ function addFile { echo $1 cp $1 . + 7z a -tzip portable.zip $(basename $1) echo "Source: \"$(basename $1)\"; DestDir: \"{app}\"; Flags: ignoreversion" >> installer.iss } function addFileIn { name=$2\\$(basename $1) - echo $1 $name mkdir -p $2 cp $1 $2 7z a -tzip portable.zip $name