Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m0sia authored Mar 21, 2018
1 parent 864f3ad commit 3f87867
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 @@ -19,8 +19,8 @@ build: off
after_test:
- "%PYTHON%\\python.exe setup.py py2exe"
- "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*"
- iscc /F"pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%" win32installer.iss
- iscc /O"." /F"pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%" win32installer.iss

artifacts:
- path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip
- path: Output\\pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe
- path: pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe

0 comments on commit 3f87867

Please sign in to comment.