Skip to content

Commit

Permalink
Updated Dwds resource config and changed release format from APK to…
Browse files Browse the repository at this point in the history
… Bundle (#121)
  • Loading branch information
kelson42 authored Nov 10, 2023
2 parents 31839f6 + 712f0de commit 08d9bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -97,4 +96,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.bundle_name }}
path: ${{ env.bundle_path }}
path: ${{ env.bundle_path }}

7 changes: 4 additions & 3 deletions dwds/info.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 08d9bdc

Please sign in to comment.