This commit is contained in:
Thomas Legay 2025-01-23 03:09:12 +01:00
parent 69cbf81a7c
commit 679d31630b
29 changed files with 112 additions and 32 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.11.78
VERSION=1.11.89
APP=element-web
DEPOT=https://github.com/vector-im/element-web.git
GIT_VERSION=v${VERSION}
@ -14,6 +14,7 @@ main(){
configure_depot_yarn
configure_depot_nodejs 20
install_package_dependency
get_git_source
build
makedeb
}