4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
zip -r -FS ../remwharead.xpi --exclude 'native-wrapper/*' --exclude build_xpi.sh -- *
|