fix for deployment
This commit is contained in:
parent
3b34c2561e
commit
6c8e9e8524
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@ cd ..
|
||||||
|
|
||||||
|
|
||||||
# TODO add tag to CVS with current version number
|
# 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
|
# first clean up
|
||||||
|
@ -19,6 +19,9 @@ macdeployqt llcon.app -dmg
|
||||||
# create zip file including COPYING file
|
# create zip file including COPYING file
|
||||||
zip llcon-version-mac.zip llcon.dmg COPYING
|
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
|
# cleanup and go back to original directory
|
||||||
rm llcon.dmg
|
rm llcon.dmg
|
||||||
cd mac
|
cd mac
|
||||||
|
|
|
@ -12,6 +12,8 @@ devenv llcon.sln /build "Release|Win32"
|
||||||
rem create installer -----------------------------------------------------------
|
rem create installer -----------------------------------------------------------
|
||||||
%NSIS_PATH%\makensis.exe installer.nsi
|
%NSIS_PATH%\makensis.exe installer.nsi
|
||||||
|
|
||||||
|
move llconinstaller.exe ../deploy/llcon-version-installer.exe
|
||||||
|
|
||||||
goto endofskript
|
goto endofskript
|
||||||
|
|
||||||
:vsenvproblem
|
:vsenvproblem
|
||||||
|
|
Loading…
Add table
Reference in a new issue