Skip to content

Commit

Permalink
fix windows package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
royqh1979 committed Sep 27, 2022
1 parent 58a8b7e commit f2d991c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/msys/build-i686.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/msys/build-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f2d991c

Please sign in to comment.