From a036aca087f8038f84c618bc1594d6b5cf83474d Mon Sep 17 00:00:00 2001 From: Rainer Sabelka Date: Mon, 11 Oct 2021 12:49:53 +0200 Subject: [PATCH] add nsis installer for windows images --- common/common.windows | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.windows b/common/common.windows index 0d71e6c..0ffc237 100644 --- a/common/common.windows +++ b/common/common.windows @@ -54,6 +54,7 @@ RUN \ libc6-dev-i386 \ lzip \ make \ + nsis \ openssl \ p7zip-full \ patch \ @@ -107,6 +108,10 @@ RUN \ # echo 'set(CMAKE_CROSSCOMPILING_EMULATOR "/usr/bin/wine")' >> ${CMAKE_TOOLCHAIN_FILE} && \ # + # Add a sysmbolic link for makensis + # + ln -s /usr/bin/makensis /usr/bin/${MXE_TARGET_ARCH}-w64-mingw32.${MXE_TARGET_LINK}${MXE_TARGET_THREAD}-makensis && \ + # # Replace cmake and cpack binaries # cd /usr/bin && \