Skip to content

Commit

Permalink
Try to fix appveyor build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
niksedk committed Nov 19, 2020
1 parent ff87d91 commit b183c31
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build_helpers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -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
)

Expand All @@ -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
)

Expand Down

0 comments on commit b183c31

Please sign in to comment.