fix for deployment

This commit is contained in:
Volker Fischer 2010-04-12 18:19:33 +00:00
parent 3b34c2561e
commit 6c8e9e8524
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cd ..
# TODO add tag to CVS with current version number
# cvs -n update 2>null | grep -i "M " # error if any file is locally modified!!! -> TODO
# cvs -n update 2>null | grep -i "M " # error if any file is locally modified!!! -> TODO
# first clean up
@ -19,6 +19,9 @@ macdeployqt llcon.app -dmg
# create zip file including COPYING file
zip llcon-version-mac.zip llcon.dmg COPYING
# move new file in deploy directory
mv llcon-version-mac.zip deploy/llcon-version-mac.zip
# cleanup and go back to original directory
rm llcon.dmg
cd mac

View File

@ -12,6 +12,8 @@ devenv llcon.sln /build "Release|Win32"
rem create installer -----------------------------------------------------------
%NSIS_PATH%\makensis.exe installer.nsi
move llconinstaller.exe ../deploy/llcon-version-installer.exe
goto endofskript
:vsenvproblem