mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Try to fix appveyor build #1
This commit is contained in:
parent
38bb0ce9d0
commit
ff87d91bec
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ SubtitleEditBeta
|
||||
/src/SubtitleEdit.sln.DotSettings
|
||||
/packages/NHunspell.1.2.5554.16953
|
||||
/packages/ILRepack.2.0.18
|
||||
/src/ui
|
||||
|
@ -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
|
||||
)
|
||||
@ -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
|
||||
)
|
||||
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user