From 16c590c7d1fa44e5703e4f9ac47ca85e0b7c3de7 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 8 Jul 2017 12:32:47 +0200 Subject: [PATCH] Add the KShare executable to the portable build --- AppVeyor/make_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index e293a43..e7391e9 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -18,6 +18,7 @@ ver=$(cat main.cpp | grep setApplicationVersion | sed "s/\\s*a.setApplicationVer cd packages/windows cp ../../KShare.exe . || exit 3 +7z a -tzip portable.zip KShare.exe sed "s/;VER;/$ver/" installer.iss.pattern.top > installer.iss