Skip to content

Commit

Permalink
Fix Windows build bundle script.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed Nov 2, 2023
1 parent 4518e2d commit 720d422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/build-bundle-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 720d422

Please sign in to comment.