fix(publish): Removes or from publish script (#340)

Fixes publish script
Bumps release version
This commit is contained in:
Kamron Batman 2020-12-11 19:37:02 -08:00 committed by GitHub
parent 02d27036af
commit 5b7a4151c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,14 @@ exit $?
:CMDSCRIPT
IF "%~1" == "" or "%~1" == "release" (
IF "%~1" == "" (
SET config=-c Release
) ELSE (
IF "%~1" == "release" (
SET config=-c Release
) ELSE (
SET config=-c Debug
)
)
IF "%~2" == "" (