Updated Dwds resource config and changed release format from APK to Bundle (#121)

This commit is contained in:
Kelson 2023-11-10 17:22:22 +01:00 committed by GitHub
commit 08d9bdcdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,6 @@ jobs:
run: |
echo "$playstore_json" > kiwix-android/playstore.json
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
- name: Set tag variable
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
@ -97,4 +96,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.bundle_name }}
path: ${{ env.bundle_path }}
path: ${{ env.bundle_path }}

View File

@ -1,5 +1,6 @@
{
"app_name": "Dwds",
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-09-12.zim",
"enforced_lang": "de"
"app_name": "DWDS",
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim",
"enforced_lang": "de",
"disable_read_aloud": true
}