Skip to content

Commit

Permalink
Try to fix appveyor build #1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksedk committed Nov 19, 2020
1 parent 38bb0ce commit ff87d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ SubtitleEditBeta
/src/SubtitleEdit.sln.DotSettings
/packages/NHunspell.1.2.5554.16953
/packages/ILRepack.2.0.18
/src/ui
3 changes: 3 additions & 0 deletions build_helpers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ EXIT /B
:UpdateResourceScript
SET "ToolPath=src\UpdateResourceScript\bin\%ConfigurationName%\UpdateResourceScript.exe"
IF NOT EXIST "%ToolPath%" (
echo %CD%'
ECHO Compile Subtitle Edit first!
GOTO END
)
Expand All @@ -31,6 +32,7 @@ GOTO END
:UpdateLanguageFiles
SET "ToolPath=src\UpdateLanguageFiles\bin\%ConfigurationName%\UpdateLanguageFiles.exe"
IF NOT EXIST "%ToolPath%" (
echo %CD%'
ECHO Compile Subtitle Edit first!
GOTO END
)
Expand All @@ -46,6 +48,7 @@ GOTO END
:UpdateAssemblyInfo
SET "ToolPath=src\UpdateAssemblyInfo\bin\%ConfigurationName%\UpdateAssemblyInfo.exe"
IF NOT EXIST "%ToolPath%" (
echo %CD%'
ECHO Compile Subtitle Edit first!
GOTO END
)
Expand Down

0 comments on commit ff87d91

Please sign in to comment.