thunderbird-thread-in-same-.../makexpi.sh
2026-08-29 02:14:16 +07:00

10 lines
150 B
Bash
Executable file

#!/bin/sh
NAME=thunderbird-thread-in-same-folder
VERSION=1.00
ZIPFILE=${NAME}-${VERSION}.xpi
rm -f ${ZIPFILE}
(cd src && zip -r - .) > ${ZIPFILE}