This commit is contained in:
thomas 2022-12-23 01:04:28 +01:00
parent 59094128f4
commit f1fc3cb2e9
15 changed files with 39 additions and 20 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.11.16
VERSION=1.11.17
APP=element-web
DEPOT=https://github.com/vector-im/element-web.git
GIT_VERSION=v${VERSION}
@ -31,7 +31,7 @@ build() {
makedeb(){
PATH_DEB=/tmp/src/rootfs
tar -zxf /tmp/${APP}/dist/element-${GIT_VERSION}*.tar.gz --strip-components=1 -C ${PATH_DEB}/usr/share/element-web/
cp /tmp/${APP}/config.sample.json ${PATH_DEB}/etc/element-web/config.json