Skip to content

Commit

Permalink
Fix typo in "Switch to homemade PySide"
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Sep 6, 2016
1 parent 2f837fd commit 89d17ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89d17ea

Please sign in to comment.