appveyor: fixed incorrect comparison in last commit

This commit is contained in:
itsmattkc
2020-05-01 14:40:07 +10:00
parent 2125293a3c
commit 6433a0bb8c
+1 -1
View File
@@ -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