mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Try to fix appveyor build #5
This commit is contained in:
parent
5f5127d5c6
commit
ca48caeee7
@ -3,6 +3,8 @@ SETLOCAL
|
|||||||
PUSHD %~dp0
|
PUSHD %~dp0
|
||||||
SET "ConfigurationName=%~2"
|
SET "ConfigurationName=%~2"
|
||||||
|
|
||||||
|
ECHO %cd%
|
||||||
|
|
||||||
IF /I "%~1" == "rsrc" GOTO UpdateResourceScript
|
IF /I "%~1" == "rsrc" GOTO UpdateResourceScript
|
||||||
IF /I "%~1" == "lang" GOTO UpdateLanguageFiles
|
IF /I "%~1" == "lang" GOTO UpdateLanguageFiles
|
||||||
IF /I "%~1" == "rev" GOTO UpdateAssemblyInfo
|
IF /I "%~1" == "rev" GOTO UpdateAssemblyInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user