Skip to content

Commit

Permalink
appveyor: fixed incorrect comparison in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 1, 2020
1 parent 2125293 commit 6433a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/build.bat
Expand Up @@ -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
Expand Down

0 comments on commit 6433a0b

Please sign in to comment.