diff --git a/ports/ci/linux-mingw/deploy.sh b/ports/ci/linux-mingw/deploy.sh index 4294982..afc1092 100644 --- a/ports/ci/linux-mingw/deploy.sh +++ b/ports/ci/linux-mingw/deploy.sh @@ -64,10 +64,6 @@ cd .. i686-w64-mingw32-strip \${INSTALL_PREFIX}/x86/* x86_64-w64-mingw32-strip \${INSTALL_PREFIX}/x64/* -echo Is NSIS installed? -ls -l "\${WINEPREFIX}/drive_c/Program Files" -ls -l "\${WINEPREFIX}/drive_c/Program Files (x86)" - python ./DeployTools/deploy.py \ -d "\${INSTALL_PREFIX}" \ -c "\${BUILD_PATH}/package_info.conf" \ diff --git a/ports/ci/windows-msys/deploy.sh b/ports/ci/windows-msys/deploy.sh index 3e43240..328352f 100644 --- a/ports/ci/windows-msys/deploy.sh +++ b/ports/ci/windows-msys/deploy.sh @@ -27,6 +27,11 @@ git clone https://github.com/webcamoid/DeployTools.git /c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/* /c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/* +echo Is NSIS locatable inside MSYS? +which makensis +# C:\Program Files (x86)\NSIS\makensis.exe +ls "/c/Program Files (x86)/NSIS" + PYTHONPATH=${SOURCES_DIR}/DeployTools BUILD_PATH=${SOURCES_DIR}/build-x64 python DeployTools/deploy.py \