Skip to content

Commit e37c829

Browse files
author
Seth Schoen
committed
create pkg directory if it doesn't exist
1 parent 70ed5ba commit e37c829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makexpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ else
2323
TARG=HEAD
2424
fi
2525
XPI_NAME="pkg/$APP_NAME-$VERSION.xpi"
26+
[ -d pkg ] || mkdir pkg
2627

2728
cd "$(dirname $0)/src"
2829
git archive --format=zip -9 "$TARG" . > "../$XPI_NAME"

0 commit comments

Comments
 (0)