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