aboutsummaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-11-25 20:41:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-11-25 20:46:36 +0100
commit7b6706bee3cbecc84b330672ecdb5764d7d68756 (patch)
tree5941b2d8a53296a4e64712068f82717205840a05 /pack
Add skeleton for WebExtensions wallet
Diffstat (limited to 'pack')
-rwxr-xr-xpack12
1 files changed, 12 insertions, 0 deletions
diff --git a/pack b/pack
new file mode 100755
index 000000000..a8779b37c
--- /dev/null
+++ b/pack
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# Pack up the extension as an xpi file.
+
+set +x
+
+# directory where our script resides
+mydir="$(dirname "$(readlink -f "$0")")"
+
+cd "$mydir/extension"
+
+exec zip -r ../taler-wallet.xpi *