Update upstream
This commit is contained in:
@ -57,7 +57,6 @@ download_lang Galician.isl
|
||||
download_lang Georgian.isl
|
||||
download_lang Greek.isl
|
||||
download_lang Indonesian.isl
|
||||
download_lang Korean.isl
|
||||
download_lang Latvian.isl
|
||||
download_lang Lithuanian.isl
|
||||
download_lang Malaysian.isl
|
||||
@ -67,9 +66,9 @@ download_lang Swedish.isl
|
||||
download_lang Vietnamese.isl
|
||||
cd -
|
||||
|
||||
# Hungarian is not in a release yet, but was moved from Unofficial
|
||||
# Any language not in a release yet, but moved from Unofficial, should be added here
|
||||
cd "${ISCCDIR}/Languages/"
|
||||
download_lang_official Hungarian.isl
|
||||
download_lang_official Korean.isl
|
||||
cd -
|
||||
|
||||
# Copy generated language files into the source directory.
|
||||
|
@ -157,6 +157,9 @@ cp -fr ${MSYS_PREFIX}/share/xml/iso-codes/iso_639.xml ${PIKA_DISTRIB}/share/xml/
|
||||
# Adwaita can be used as the base icon set.
|
||||
cp -fr ${MSYS_PREFIX}/share/icons/Adwaita ${PIKA_DISTRIB}/share/icons/
|
||||
|
||||
# Gdbus is needed to avoid warnings in CMD.
|
||||
cp -fr ${MSYS_PREFIX}/bin/gdbus.exe ${PIKA_DISTRIB}/bin
|
||||
|
||||
# XXX Why are these for exactly?
|
||||
cp -fr ${MSYS_PREFIX}/bin/gspawn*.exe ${PIKA_DISTRIB}/bin/
|
||||
|
||||
|
Reference in New Issue
Block a user