mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
fix windows build
This commit is contained in:
parent
76d59ac033
commit
514639c85c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue