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