mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Merge branch 'vector-im:master' into recalculate_dm
This commit is contained in:
commit
57e61c1421
@ -1,5 +1,5 @@
|
||||
#!/bin/zsh
|
||||
cp theme.json target/assets/theme-customer.json
|
||||
#!/bin/sh
|
||||
cp scripts/test-derived-theme/theme.json target/assets/theme-customer.json
|
||||
cat target/config.json | jq '.themeManifests += ["assets/theme-customer.json"]' | cat > target/config.temp.json
|
||||
rm target/config.json
|
||||
mv target/config.temp.json target/config.json
|
Loading…
Reference in New Issue
Block a user