mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-19 21:04:40 -05:00
add workaround for Element version being unset
This commit is contained in:
parent
91cb36d7a0
commit
525e5f5e9d
@ -12,6 +12,9 @@ rm -rf static-tmp
|
||||
cp -a /usr/share/webapps/element static-tmp
|
||||
cp --remove-destination webapps/element/config.json static-tmp/config.json
|
||||
|
||||
# work around https://bugs.archlinux.org/task/72968
|
||||
find static-tmp -name '*.js' -exec sed -i 's/!!UNSET!!/1.9.6/' {} +
|
||||
|
||||
brotli_k() {
|
||||
brotli -k "$@"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user