Apply suggestions from code review
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
@@ -18,12 +18,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Qt6 Tools
|
- name: Install Qt Tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y qt6-tools-dev qt6-l10n-tools
|
sudo apt-get install -y qt6-tools-dev qt6-l10n-tools
|
||||||
|
|
||||||
- name: Generate .ts file using lupdate (Qt6)
|
- name: Generate .ts file using lupdate (Qt)
|
||||||
run: |
|
run: |
|
||||||
mkdir -p translations
|
mkdir -p translations
|
||||||
cd rpcs3 # Change to the rpcs3 directory
|
cd rpcs3 # Change to the rpcs3 directory
|
||||||
|
|||||||
Reference in New Issue
Block a user