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