diff options
Diffstat (limited to 'scripts/makeRelease.sh')
-rw-r--r-- | scripts/makeRelease.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/makeRelease.sh b/scripts/makeRelease.sh new file mode 100644 index 000000000..34c79f319 --- /dev/null +++ b/scripts/makeRelease.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl -s https://raw.githubusercontent.com/AntennaPod/antennapod.github.io/master/_config.yml | yq -r ".languages[]" > ./app/src/main/assets/website-languages.txt +python ./createContributors.py |