install build into /Applications

This commit is contained in:
Chris Wanstrath 2011-08-19 02:45:45 -07:00
parent b76937b4c1
commit 8bf12cdcc6

3
script/install.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
rm -rf /Applications/Atomicity.app
cp -r build/Debug/Atomicity.app /Applications