Skip to content

Commit 25fe6b2

Browse files
committed
Update build-mingw.sh
1 parent 9fafe5c commit 25fe6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/msys/build-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ SEVENZIP_ZIP="${PACKAGE_DIR}/7zip.zip"
340340
SEVENZIP_DIR="${PACKAGE_DIR}/7z"
341341
curl -L -o "${SEVENZIP_ZIP}" "https://raw.githubusercontent.com/C14147/RedPandaIDE-Extensions/main/7zip.zip"
342342
mkdir -p "${SEVENZIP_DIR}"
343-
"${_7Z}" x "${SEVENZIP_ZIP}" -o"${SEVENZIP_DIR}"
343+
"${_7Z}" x -y "${SEVENZIP_ZIP}" -o"${SEVENZIP_DIR}"
344344
rm "${SEVENZIP_ZIP}"
345345

346346
## make package

0 commit comments

Comments
 (0)