Skip to content

Commit

Permalink
tiny fix for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Aug 24, 2016
1 parent c5ff737 commit a987e28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ appstore: build
cd ../../../../../config && \
mv config.php config2.php && \
cd .. && \
php occ integrity:sign-app --path="/Users/georgehrke/Development/Projects/ownCloud/apps/calendar/build/artifacts/appstore/calendar" --privateKey="/Users/georgehrke/Development/Keys/calendar/calendar.key" --certificate="/Users/georgehrke/Development/Keys/calendar/calendar.crt" && \
php occ integrity:sign-app --path="/Users/georgehrke/Development/Projects/Nextcloud/apps/calendar/build/artifacts/appstore/calendar" --privateKey="/Users/georgehrke/Development/Keys/calendar/calendar.key" --certificate="/Users/georgehrke/Development/Keys/calendar/calendar.crt" && \
cd config && \
mv config2.php config.php && \
cd ../apps/calendar/build/artifacts/appstore && \
tar cvzf calendar.tar.gz calendar/
tar cvzf calendar.tar.gz calendar/ && \
open ./

0 comments on commit a987e28

Please sign in to comment.