about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-25 23:19:10 +0200
committerSoispha <soispha@vhack.eu>2023-10-25 23:19:10 +0200
commit164e5dd608f7cd3afa72e488b80962f064f9ad2a (patch)
tree6012663807ec6fc101edbcd0d76b01e3086e28d7
parentchore(src/assets): Add further icon formats (diff)
downloadlibredirect-164e5dd608f7cd3afa72e488b80962f064f9ad2a.zip
build(build.sh): Add a script, which makes maintaining this fork easier
-rwxr-xr-xbuild.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 00000000..4a5281e1
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env sh
+
+
+npm install
+npm run html # Generates html using Pug
+npm run build
+
+echo "You can now take the generated extensions to mozilla"
+
+
+# vim: ft=sh