Add the KShare executable to the portable build

This commit is contained in:
ArsenArsen 2017-07-08 12:32:47 +02:00
parent 6c4efc4340
commit 16c590c7d1
1 changed files with 1 additions and 0 deletions

View File

@ -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