From 42b0c387d9306d1ce371a89e0ca0e3ab28e20c8c Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Sat, 28 Jul 2018 22:17:09 +0200 Subject: [PATCH] win_installer: verify notifu.exe checksums --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6e6085b7..0188aeb8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,9 +15,10 @@ build_script: - set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH% - set CHERE_INVOKING=yes - wget https://www.paralint.com/projects/notifu/dl/notifu-src-1.6.1.zip + - bash -lc 'exec test $(sha256sum notifu-src-1.6.1.zip | cut -d " " -f0) eq 0fdcd08d3e12d87af76cdaafbf1278c4fcf1baf5d6447cce1a676b8d78a4d8c3" - unzip notifu-src-1.6.1.zip - MSBuild.exe .\notifu.sln /p:Configuration=Debug /p:Platform=WIN32 - - copy Debug/notifu.exe tools/win_installer/misc + - bash -lc "cp Debug/notifu.exe tools/win_installer/misc" - bash -lc "pacman --noconfirm --ask 20 -Suy" - bash -lc "bash .appveyor/msys2.sh"