7 lines
66 B
Bash
Executable File
7 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
rm -f out.xpi
|
|
zip -r out.xpi src manifest.json
|