about summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-11-10 19:10:23 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-11-10 19:10:23 +0100
commit6acf1a180223f34ee55e9d75787972ff982f70c1 (patch)
tree83e42059d9753e268d31426ab0d2055231d282ae /appveyor.yml
parentFixed dot processing in directory names (diff)
downloadkcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.gz
kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.bz2
kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.zip
Updated build enviroment
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1fb13e1..44cd72b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,15 +7,13 @@ install:
   - "%PYTHON%\\python.exe -m pip install -r requirements.txt"
   - "%PYTHON%\\python.exe -m pip install certifi PyInstaller"
   - nuget install secure-file -ExcludeVersion
-  - nuget install verpatch -ExcludeVersion
-  - secure-file\tools\secure-file -decrypt other\windows\Cert.pfx.enc -secret %ENCRYPTION%
   - secure-file\tools\secure-file -decrypt other\windows\sentry.py.enc -out kindlecomicconverter\sentry.py -secret %ENCRYPTION%
 
 build_script:
     - "%PYTHON%\\python.exe setup.py build_binary"
 
 after_build:
-  - ps: Get-ChildItem .\dist\KindleComicConverter_win_* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
+  - ps: Get-ChildItem .\dist\KCC* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
 
 deploy:
   provider: S3