mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix Windows build bundle script.
Thanks to xet7 !
This commit is contained in:
parent
4518e2d23c
commit
720d4223e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue