Localization: Change Python executable name for Windows (#6302)

Change Python executable name for Windows
This commit is contained in:
ElectricalBoy 2024-08-03 23:02:21 +09:00 committed by GitHub
parent bb5e2af509
commit aaaa4f884e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ for %%a in (%*) do (
if %FULL_MODE%==1 (
.\tools\xgettext.exe --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --no-location --debug --boost -f ./localization/i18n/list.txt -o ./localization/i18n/OrcaSlicer.pot
python3 scripts/HintsToPot.py ./resources ./localization/i18n
python scripts/HintsToPot.py ./resources ./localization/i18n
)
REM Print the current directory
echo %cd%