pcsx2/.github/workflows/scripts/common/update_base_translation.sh
2024-05-17 11:57:38 +10:00

11 lines
406 B
Bash
Executable file

#!/bin/bash
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
set -e
# While we use custom Qt builds for our releases, the Qt6 package will be good enough
# for just updating translations. Saves building it for this action alone.
"$SCRIPTDIR/../../../../tools/retry.sh" sudo apt-get -y install qt6-l10n-tools
PATH=/usr/lib/qt6/bin:$PATH "$SCRIPTDIR/../../../../pcsx2-qt/Translations/update_base_translation.sh"