mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Use script to copy over runtime theme after build
This commit is contained in:
parent
c5f4a75d4b
commit
5ba74b1d75
5
scripts/test-theme.sh
Executable file
5
scripts/test-theme.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
cp 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