mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix path in bat file - thx Jamakmake :)
This commit is contained in:
parent
ceb2e1741b
commit
632994ccc8
@ -37,7 +37,7 @@ IF NOT EXIST "%ToolPath%" (
|
||||
GOTO END
|
||||
)
|
||||
|
||||
"%ToolPath%" "LanguageMaster.xml" "src\libse\LanguageDeserializer.cs"
|
||||
"%ToolPath%" "LanguageMaster.xml" "src\ui\Logic\LanguageDeserializer.cs"
|
||||
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO ERROR: Something went wrong when generating the language files...
|
||||
|
Loading…
Reference in New Issue
Block a user