mirror of
https://github.com/wekan/wekan.git
synced 2026-01-17 15:05:29 +01:00
Updated Windows Bundle build .bat script.
Thanks to xet7 !
This commit is contained in:
parent
d4e922eed4
commit
f0118d52e9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ CALL DEL /F /S /Q bundle
|
|||
|
||||
ECHO 2) Downloading new WeKan.zip
|
||||
DEL wekan-%1-amd64.zip
|
||||
wget https://github.com/wekan/wekan/releases/download/v%1/wekan-%1-amd64.zip
|
||||
wget --no-check-certificate https://github.com/wekan/wekan/releases/download/v%1/wekan-%1-amd64.zip
|
||||
|
||||
ECHO 3) Unarchiving new WeKan
|
||||
CALL 7z x wekan-%1-amd64.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue