Skip to content

Commit

Permalink
Updating build_mac to use better directory structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendmorris committed Aug 9, 2012
1 parent f720bf8 commit 39b3971
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_mac
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ sudo rm -rf mac/scripts
sudo ditto --rsrc --arch i386 mac/retriever.app mac/retriever2.app
sudo rm -rf mac/retriever.app
sudo mv mac/retriever2.app mac/retriever.app
sudo zip -r mac/retriever.zip mac/retriever.app
cd mac
sudo zip -r retriever.zip retriever.app
cd ..

0 comments on commit 39b3971

Please sign in to comment.