summaryrefslogtreecommitdiff
path: root/tools/push
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-15 04:16:47 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-15 04:16:47 -0500
commit41212cd4c1f570d199e564009798fd233c3f9be2 (patch)
tree1d6ed95c75dead4c300a81ca207041286bd74a6d /tools/push
parentbadbeb545b9e700e6656dfbc348bfe1387cb2ffa (diff)
downloadfork-ledger-41212cd4c1f570d199e564009798fd233c3f9be2.tar.gz
fork-ledger-41212cd4c1f570d199e564009798fd233c3f9be2.tar.bz2
fork-ledger-41212cd4c1f570d199e564009798fd233c3f9be2.zip
Build the opt variant for uploading to FTP
Diffstat (limited to 'tools/push')
-rwxr-xr-xtools/push2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/push b/tools/push
index 2e20fc12..bee26934 100755
--- a/tools/push
+++ b/tools/push
@@ -10,6 +10,6 @@ git checkout next
git rebase master
git push
git checkout master
-./acprep upload
+./acprep opt upload
mv *.dmg* build
git checkout next