From f2d991c7f0a08abccc64a12e4134056aa8566d78 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Tue, 27 Sep 2022 23:44:26 +0800 Subject: [PATCH] fix windows package scripts --- packages/msys/build-i686.sh | 8 ++++---- packages/msys/build-x64.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/msys/build-i686.sh b/packages/msys/build-i686.sh index 34f6f777..b6093ef5 100644 --- a/packages/msys/build-i686.sh +++ b/packages/msys/build-i686.sh @@ -29,8 +29,8 @@ echo "Making no-compiler installer ..." pushd . cd "${PACKAGE_DIR}" -cp "${SOURCE_DIR}/windows/installer-scripts/lang.nsh" . -cp "${SOURCE_DIR}/windows/installer-scripts/redpanda-i686-nocompiler.nsi" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/lang.nsh" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/redpanda-i686-nocompiler.nsi" . "${NSIS}" redpanda-i686-nocompiler.nsi rm -f lang.nsh @@ -61,8 +61,8 @@ pushd . cd "${PACKAGE_DIR}" ln -s "${MINGW}" $MinGW_NAME -cp "${SOURCE_DIR}/windows/installer-scripts/lang.nsh" . -cp "${SOURCE_DIR}/windows/installer-scripts/redpanda-i686.nsi" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/lang.nsh" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/redpanda-i686.nsi" . "${NSIS}" redpanda-i686.nsi rm -f lang.nsh diff --git a/packages/msys/build-x64.sh b/packages/msys/build-x64.sh index 8aa73cd3..2cf4315c 100644 --- a/packages/msys/build-x64.sh +++ b/packages/msys/build-x64.sh @@ -29,8 +29,8 @@ echo "Making no-compiler installer ..." pushd . cd "${PACKAGE_DIR}" -cp "${SOURCE_DIR}/windows/installer-scripts/lang.nsh" . -cp "${SOURCE_DIR}/windows/installer-scripts/redpanda-nocompiler.nsi" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/lang.nsh" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/redpanda-nocompiler.nsi" . "${NSIS}" redpanda-nocompiler.nsi rm -f lang.nsh @@ -61,8 +61,8 @@ pushd . cd "${PACKAGE_DIR}" ln -s "${MINGW}" $MinGW_NAME -cp "${SOURCE_DIR}/windows/installer-scripts/lang.nsh" . -cp "${SOURCE_DIR}/windows/installer-scripts/redpanda-x64.nsi" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/lang.nsh" . +cp "${SOURCE_DIR}/platform/windows/installer-scripts/redpanda-x64.nsi" . "${NSIS}" redpanda-x64.nsi rm -f lang.nsh