Skip to content

Commit

Permalink
Mark the name as BETA a bit better when using the build-beta tool
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jun 1, 2009
1 parent a7d316e commit a0dc7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-beta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
perl -pi -e's|\@string/app_name|K9 BETA|' AndroidManifest.xml
perl -pi -e's|\@string/app_name|K-9 Email BETA|' AndroidManifest.xml
perl -pi -e's/com(.)fsck(.)k9/com$1fsck$2k9beta/' build.xml AndroidManifest.xml
ant $@
perl -pi -e's/com(.)fsck(.)k9beta/com$1fsck$2k9/' build.xml AndroidManifest.xml
perl -pi -e's|K9 BETA|\@string/app_name|' AndroidManifest.xml
perl -pi -e's|K-9 Email BETA|\@string/app_name|' AndroidManifest.xml
perl -pi -e's/K9-BETA/K9/' AndroidManifest.xml

0 comments on commit a0dc7de

Please sign in to comment.