Skip to content

Commit

Permalink
OSX: make-weekly script: remember to run 'make install' before packag…
Browse files Browse the repository at this point in the history
…ing :/
  • Loading branch information
עירן יפרח committed Nov 10, 2015
1 parent af09274 commit bc8682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-weekly
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc8682b

Please sign in to comment.