Commit 3dc31fbf authored by Mircea Bardac's avatar Mircea Bardac

Makefile target for packing the Psi installer in order to build it on another machine


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@47 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 8bd2183d
...@@ -38,8 +38,12 @@ files: ...@@ -38,8 +38,12 @@ files:
@# detect zip file in build dir and use it @# detect zip file in build dir and use it
@f=$$(ls -1 app/*.zip | head -n1); cd tools; ./prepfiles ../$$f @f=$$(ls -1 app/*.zip | head -n1); cd tools; ./prepfiles ../$$f
psi_installer:
rm -f psi_installler.zip
zip -r psi_installer.zip src/ build/ *.*
build: path_config build: path_config
cd src; makensis psi.nsi cd src; makensis psi.nsi
clean: clean:
rm -rf build rm -rf build psi_installer.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment