diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-14 18:06:16 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-14 18:06:16 +0200 |
commit | 2babd8100a4ffa55263fcb7f3b574f5eec001bf7 (patch) | |
tree | a0e767031c56bd4153dbc5623d2e42de358b217f /prepareForDistribution.sh | |
parent | 0d2a8ac2ed0d3229067a5b52055df30d3077abe5 (diff) |
update help description for -beta flag in prepareForDistribution.sh
Diffstat (limited to 'prepareForDistribution.sh')
-rwxr-xr-x | prepareForDistribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepareForDistribution.sh b/prepareForDistribution.sh index 339a9717..b0d9ef21 100755 --- a/prepareForDistribution.sh +++ b/prepareForDistribution.sh @@ -116,7 +116,7 @@ do name. (required if you don't use -no-tag) -c / -custom ------------------------ build custom Bitmask client instead of main Bitmask client (optional) - -b / -beta -------------------------- add 'Beta' to filename (optional) + -b / -beta -------------------------- build beta version with .beta appended to applicationId (optional) -no-tag ----------------------------- force to build current checked out git commit instead of an official release version |