Fix typo in "Switch to homemade PySide"

This commit is contained in:
David Vierra 2016-09-05 17:11:46 -10:00
parent 2f837fdac5
commit 89d17ea4e5

View File

@ -27,10 +27,10 @@ os: Windows Server 2012
environment:
matrix:
- PYTHON: "c:\\python27"
- WHL_ARCH: 32
WHL_ARCH: 32
- PYTHON: "c:\\python27-x64"
- WHL_ARCH: _amd64
WHL_ARCH: _amd64
global:
MCEDIT_BUILD_VERSION: $(APPVEYOR_REPO_TAG_NAME)