mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
remove version workaround
This commit is contained in:
parent
5041ae9bf5
commit
5571abff90
@ -12,9 +12,6 @@ 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!!/$(cat static-tmp/version | tr -d '\n')/g" {} +
|
||||
|
||||
brotli_k() {
|
||||
brotli -k "$@"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user