summaryrefslogtreecommitdiffstats
path: root/assets/create.sh
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-12-11 14:00:45 +0100
committerGitHub <noreply@github.com>2021-12-11 14:00:45 +0100
commita3ea7982466941d746a09bafc8bf386711c48686 (patch)
tree43d00be08a8f21890d196f185262b1cb83fe78d9 /assets/create.sh
parent63ad53817d2d2f3f6b33983c95d6d3ed31184ce9 (diff)
Credit syntax definition and theme authors with new `--acknowledgements` option (#1971)
The text that is printed is generated when building assets, by analyzing LICENSE and NOTICE files that comes with syntaxes and themes. We take this opportunity to also add a NOTICE file as defined by Apache License 2.0.
Diffstat (limited to 'assets/create.sh')
-rwxr-xr-xassets/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/create.sh b/assets/create.sh
index 65533934..103fdb76 100755
--- a/assets/create.sh
+++ b/assets/create.sh
@@ -53,7 +53,7 @@ bat cache --clear
done
)
-bat cache --build --blank --source="$ASSET_DIR" --target="$ASSET_DIR"
+bat cache --build --blank --acknowledgements --source="$ASSET_DIR" --target="$ASSET_DIR"
(
cd "$ASSET_DIR"