diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9829a94..d3740d6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,15 @@ Note: [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) +# Upcoming WeKan ® release + +This release fixes the following bugs: + +- [Fix Windows build bundle script](https://github.com/wekan/wekan/commit/720d4223e21da7fa6651dcb51def81a8e081750d). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v7.11 2023-11-02 WeKan ® release This release fixes the following CRITICAL SECURITY ISSUES: diff --git a/releases/build-bundle-win64.bat b/releases/build-bundle-win64.bat index e5c25ce72..14bafa67d 100755 --- a/releases/build-bundle-win64.bat +++ b/releases/build-bundle-win64.bat @@ -7,7 +7,7 @@ CALL DEL /F /S /Q bundle ECHO 2) Downloading new WeKan.zip CALL DEL wekan-%1-amd64.zip -CALL wget https://releases.wekan.team/wekan-%1-amd64.zip +CALL wget https://releases.wekan.team/wekan-%1-amd64.zip --no-check-certificate ECHO 3) Unarchiving new WeKan CALL 7z x wekan-%1-amd64.zip