Try to fix appveyor build #6

This commit is contained in:
Nikolaj Olsson 2020-11-19 22:28:23 +01:00
parent ca48caeee7
commit 9a7c3b859d

View File

@ -52,7 +52,7 @@ IF NOT EXIST "%ToolPath%" (
GOTO END GOTO END
) )
"%ToolPath%" "src\Properties\AssemblyInfo.cs.template" "libse\Properties\AssemblyInfo.cs.template" "%ToolPath%" "src\ui\Properties\AssemblyInfo.cs.template" "src\libse\Properties\AssemblyInfo.cs.template"
IF %ERRORLEVEL% NEQ 0 ( IF %ERRORLEVEL% NEQ 0 (
ECHO ERROR: Something went wrong when generating the revision number... ECHO ERROR: Something went wrong when generating the revision number...