mirror of
https://github.com/tcsenpai/spacellama.git
synced 2025-06-28 05:40:09 +00:00
6 lines
163 B
Bash
Executable File
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" |