Skip to content

Commit

Permalink
Windows: Fix Korean translation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Nov 5, 2023
1 parent ae643f6 commit 978d89d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/appveyor/before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ source utils/appveyor/env.sh

languages=$APPVEYOR_BUILD_FOLDER/Shared/Languages
mkdir -p "$languages"
# This can be removed when InnoSetup >= 6.2.3 is available.
curl --location --silent --show-error --fail-with-body \
--remote-name-all --output-dir "$languages" \
https://github.com/jrsoftware/issrc/raw/main/Files/Languages/Unofficial/Korean.isl
https://github.com/jrsoftware/issrc/raw/main/Files/Languages/Korean.isl
grep -q LanguageName "$languages/Korean.isl"

if [[ $WITH_NATIVE_NOTIFICATIONS == ON ]]; then
Expand Down

0 comments on commit 978d89d

Please sign in to comment.