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