diff options
author | Soispha <soispha@vhack.eu> | 2023-10-25 23:19:10 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-25 23:19:10 +0200 |
commit | 164e5dd608f7cd3afa72e488b80962f064f9ad2a (patch) | |
tree | 6012663807ec6fc101edbcd0d76b01e3086e28d7 | |
parent | chore(src/assets): Add further icon formats (diff) | |
download | libredirect-164e5dd608f7cd3afa72e488b80962f064f9ad2a.zip |
build(build.sh): Add a script, which makes maintaining this fork easier
-rwxr-xr-x | build.sh | 11 |
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 |