From bc8682ba881dba40ad1b2697fdd02e45cd87bb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A2=D7=99=D7=A8=D7=9F=20=D7=99=D7=A4=D7=A8=D7=97?= Date: Tue, 10 Nov 2015 07:43:38 +0200 Subject: [PATCH] OSX: make-weekly script: remember to run 'make install' before packaging :/ --- make-weekly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-weekly b/make-weekly index dc3c654937..4551bd612a 100755 --- a/make-weekly +++ b/make-weekly @@ -28,7 +28,7 @@ cd ../wxcrafter && git pull --rebase && cd ../build-release # Build and upload if [ ${os_name} == "Darwin" ]; then cmake -DCMAKE_BUILD_TYPE=Release .. -DWITH_PCH=1 - make -j4 + make -j4 && make install tar cvfz codelite.app.tar.gz codelite.app/* scp codelite.app.tar.gz root@codelite.org:/var/www/downloads/codelite/weekly/wip else