From ea80fc3830e59c0c683e9ed870e3eb75d259e06b Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Mon, 3 Aug 2020 16:01:37 +0300 Subject: [PATCH] Remove commented lines in appveyor --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fe33bbdc..faebf2a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,6 @@ build_script: # scripts that run after build after_build: # Clone OpenSSL DLLs -# - git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git - mkdir distrib\flameshot - windeployqt.exe --dir .\distrib\flameshot %APPVEYOR_BUILD_FOLDER%\build\release\flameshot.exe - copy "%APPVEYOR_BUILD_FOLDER%\build\release\flameshot.exe" "distrib\flameshot\flameshot.exe" @@ -59,9 +58,7 @@ after_build: - copy "%APPVEYOR_BUILD_FOLDER%\build\translations\Internationalization_*.qm" "distrib\flameshot\translations" # Delete translations\qt_*.qm - del /F /Q "distrib\flameshot\translations\qt_*.qm" - # Copy OpenSSL DLLs () -# - if "%PLATFORM%" EQU "X64" (xcopy "openssl-utils.git\win64\*.dll" "distrib\flameshot") -# - if "%PLATFORM%" EQU "x86" (xcopy "openssl-utils.git\win32\*.dll" "distrib\flameshot") + # install vcredist-2015 - cd distrib - if "%PLATFORM%" EQU "X64" (mv flameshot\vcredist_x64.exe flameshot\vcredist.exe) - if "%PLATFORM%" EQU "x86" (mv flameshot\vcredist_x86.exe flameshot\vcredist.exe)