From 7ff59f71db0ff6c67a2bb35d3bcd85b72c786917 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Tue, 3 Aug 2021 19:35:42 -0300 Subject: [PATCH] Improved CI build scripts 9. --- ports/ci/windows-msys/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ci/windows-msys/deploy.sh b/ports/ci/windows-msys/deploy.sh index 531a29f..75030bc 100644 --- a/ports/ci/windows-msys/deploy.sh +++ b/ports/ci/windows-msys/deploy.sh @@ -20,7 +20,7 @@ git clone https://github.com/webcamoid/DeployTools.git -export PATH=/mingw64/bin:${PATH} +export PATH="/c/Program Files (x86)/NSIS:/mingw64/bin:${PATH}" # export PATH="/c/Program Files (x86)/NSIS:${PATH}" export INSTALL_PREFIX="${PWD}/package-data-${COMPILER}" # export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}")