diff options
| author | 2011-03-19 17:47:55 -0400 | |
|---|---|---|
| committer | 2011-03-19 17:47:55 -0400 | |
| commit | a381e7f9a01f619b4ac942a7b709b575ad06fcfc (patch) | |
| tree | 2ed94445184bf83ad7d446ba9d041326f4de6f6d | |
| parent | Support info plist (diff) | |
| download | Author-a381e7f9a01f619b4ac942a7b709b575ad06fcfc.tar.xz Author-a381e7f9a01f619b4ac942a7b709b575ad06fcfc.zip | |
Clean up better.
| -rwxr-xr-x | macdeploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macdeploy.sh b/macdeploy.sh index 0368197..6e914e5 100755 --- a/macdeploy.sh +++ b/macdeploy.sh @@ -9,5 +9,6 @@ make -j3 && macdeployqt Author.app -dmg && mv Author.dmg "$output" && make distclean && +rm -rf *.xcodeproj *.app && open "$output" && cat "$output" | ssh 192.168.1.100 "ssh zx2c4.com 'cat > ~/zx2c4.com/projects/author/snapshots/$output'" |
