diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:43:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:43:02 -0500 |
commit | 3f8786741afa17c30e23186c465fe870b2de9efe (patch) | |
tree | b6c6ad1e5be9426fb092ff570783b010a1b1365e | |
parent | 864f3ad258974c39d3705364996917254a810693 (diff) | |
download | pyParrotZikTCP-3f8786741afa17c30e23186c465fe870b2de9efe.tar.xz pyParrotZikTCP-3f8786741afa17c30e23186c465fe870b2de9efe.zip |
Update appveyor.yml
-rw-r--r-- | appveyor.yml | 4 |
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 |