aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm0sia <m0sia@m0sia.ru>2018-03-21 17:43:02 -0500
committerGitHub <noreply@github.com>2018-03-21 17:43:02 -0500
commit3f8786741afa17c30e23186c465fe870b2de9efe (patch)
treeb6c6ad1e5be9426fb092ff570783b010a1b1365e
parent864f3ad258974c39d3705364996917254a810693 (diff)
downloadpyParrotZikTCP-3f8786741afa17c30e23186c465fe870b2de9efe.tar.xz
pyParrotZikTCP-3f8786741afa17c30e23186c465fe870b2de9efe.zip
Update appveyor.yml
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1f45d81..42be7d6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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