spacellama/build_xpi_webext.sh
2025-03-11 11:31:42 +01:00

6 lines
163 B
Bash
Executable File

#!/bin/bash
# Build the extension using web-ext
web-ext build --source-dir ./ --artifacts-dir ./dist --overwrite-dest
echo "XPI file created in ./dist directory"