mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 16:55:54 +08:00
fix windows build
This commit is contained in:
parent
76d59ac033
commit
514639c85c
@ -30,6 +30,6 @@ goto :eof
|
|||||||
if %FULL_MODE%==1 (
|
if %FULL_MODE%==1 (
|
||||||
msgmerge -N -o "%file%" "%file%" "%pot_file%"
|
msgmerge -N -o "%file%" "%file%" "%pot_file%"
|
||||||
)
|
)
|
||||||
if not exist ./resources/i18n/%lang% mkdir ./resources/i18n/%lang%
|
if not exist "./resources/i18n/%lang%" mkdir "./resources/i18n/%lang%"
|
||||||
msgfmt -o "./resources/i18n/%lang%/OrcaSlicer.mo" "%file%"
|
msgfmt --check-format -o "./resources/i18n/%lang%/OrcaSlicer.mo" "%file%"
|
||||||
goto :eof
|
goto :eof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user