diff options
author | tg(x) <*@tg-x.net> | 2015-12-03 20:07:03 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2015-12-03 20:07:03 +0100 |
commit | 5243a707260af9de820ad02b1972d3280164cf19 (patch) | |
tree | 46e6918fca8edfeddb919b7a89307328390a0ec1 /pack | |
parent | 7b6706bee3cbecc84b330672ecdb5764d7d68756 (diff) |
webext popup
Diffstat (limited to 'pack')
-rwxr-xr-x | pack | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1,12 +0,0 @@ -#!/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 * |