aboutsummaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
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 *