mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Try to fix appveyor build #2
This commit is contained in:
parent
ff87d91bec
commit
b183c31bd8
@ -16,8 +16,7 @@ EXIT /B
|
|||||||
:UpdateResourceScript
|
:UpdateResourceScript
|
||||||
SET "ToolPath=src\UpdateResourceScript\bin\%ConfigurationName%\UpdateResourceScript.exe"
|
SET "ToolPath=src\UpdateResourceScript\bin\%ConfigurationName%\UpdateResourceScript.exe"
|
||||||
IF NOT EXIST "%ToolPath%" (
|
IF NOT EXIST "%ToolPath%" (
|
||||||
echo %CD%'
|
ECHO UpdateResourceScript: Compile Subtitle Edit first!
|
||||||
ECHO Compile Subtitle Edit first!
|
|
||||||
GOTO END
|
GOTO END
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -32,8 +31,7 @@ GOTO END
|
|||||||
:UpdateLanguageFiles
|
:UpdateLanguageFiles
|
||||||
SET "ToolPath=src\UpdateLanguageFiles\bin\%ConfigurationName%\UpdateLanguageFiles.exe"
|
SET "ToolPath=src\UpdateLanguageFiles\bin\%ConfigurationName%\UpdateLanguageFiles.exe"
|
||||||
IF NOT EXIST "%ToolPath%" (
|
IF NOT EXIST "%ToolPath%" (
|
||||||
echo %CD%'
|
ECHO UpdateLanguageFiles: Compile Subtitle Edit first!
|
||||||
ECHO Compile Subtitle Edit first!
|
|
||||||
GOTO END
|
GOTO END
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -48,8 +46,7 @@ GOTO END
|
|||||||
:UpdateAssemblyInfo
|
:UpdateAssemblyInfo
|
||||||
SET "ToolPath=src\UpdateAssemblyInfo\bin\%ConfigurationName%\UpdateAssemblyInfo.exe"
|
SET "ToolPath=src\UpdateAssemblyInfo\bin\%ConfigurationName%\UpdateAssemblyInfo.exe"
|
||||||
IF NOT EXIST "%ToolPath%" (
|
IF NOT EXIST "%ToolPath%" (
|
||||||
echo %CD%'
|
ECHO UpdateAssemblyInfo: Compile Subtitle Edit first!
|
||||||
ECHO Compile Subtitle Edit first!
|
|
||||||
GOTO END
|
GOTO END
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user