mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
fix windows build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user