From 6acf1a180223f34ee55e9d75787972ff982f70c1 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Fri, 10 Nov 2017 19:10:23 +0100 Subject: Updated build enviroment --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'appveyor.yml') 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 -- cgit 1.4.1