From 6433a0bb8cf6a82f5074a10e510ff694255ac307 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 1 May 2020 14:40:07 +1000 Subject: [PATCH] appveyor: fixed incorrect comparison in last commit --- .appveyor/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/build.bat b/.appveyor/build.bat index 8e2e80d70..e2c6b553f 100644 --- a/.appveyor/build.bat +++ b/.appveyor/build.bat @@ -40,7 +40,7 @@ REM Build with Ninja ninja.exe || exit /B 1 REM If this is a pull request, no further packaging/deploying needs to be done -if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" goto end +if NOT "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" goto end REM Start building package mkdir olive-editor