summaryrefslogtreecommitdiff
path: root/scripts/prepareForDistribution.sh
AgeCommit message (Collapse)Author
2022-11-10more help for first-time devskwadronaut
2022-05-08update min l110n, (c) datekwadronaut
2022-02-07Adds another build task called double release to build more time efficiently ↵1.1.2cyBerta
multiple flavors. Adapting prepareForDistribution.sh accordingly
2021-12-01add options to flag -apk in build script, so that only those apks are ↵cyBerta
created that are really needed
2021-11-28revert commenting out sub-scriptscyBerta
2021-11-28ensure that both apk and aab is build if neither -apk nor -aab is setcyBerta
2021-11-28adapt helpcyBerta
2021-11-28fix -c flag parsingcyBerta
2021-11-28build aabs, introduce new mutual exclusive flags to either build and sign ↵cyBerta
apks or aab, don't them if you want to build apk and aab at the same time
2021-11-28use snake_case instead of camelCase for functions in bashcyBerta
2021-11-28sign bundles from command linecyBerta
2021-11-27saving some lines of code by compressing if statements a little bitcyBerta
2021-03-26clean upcyBerta
2021-03-26remove wrong flag from help output about signingcyBerta
2021-03-26remove trailing semicolons where not necessarycyBerta
2021-03-26parametrize verbose build loggingcyBerta
2021-03-25fix prepareForDistribution script after update gradle plugincyBerta
2021-02-01make sure ./prepareForDistribution.sh can be called from project root folder ↵cyBerta
and the scripts folder
2021-01-31fix gpg signing for -u flagcyBerta
2021-01-31fix resetting colorscyBerta
2021-01-31move more scripts to scripts folder, adapt gitlab ci and ↵cyBerta
prepare_for_distribution script