From 54c9a9665966ad6b960b34bbaa0b46952129ad0a Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 8 Jul 2017 11:38:38 +0200 Subject: [PATCH] Ok then... --- AppVeyor/make_installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index c64d7fc..65b27f1 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -39,7 +39,9 @@ addFile /c/Qt/5.9/mingw53_32/bin/LIBSTDC++-6.DLL addFile /c/Qt/5.9/mingw53_32/bin/LIBWINPTHREAD-1.DLL addFile /c/Qt/5.9/mingw53_32/bin/LIBGCC_S_DW2-1.DLL +ls + cat installer.iss.pattern.bottom >> installer.iss "C:\Program Files (x86)\Inno Setup 5\ISCC.exe" installer.iss cp Output/setup.exe ../../installer.exe || exit 1 -cp Output/porable.zip ../../ || exit 2 +cp Output/portable.zip ../../ || exit 2