wallet-core/pack

13 lines
198 B
Plaintext
Raw Normal View History

2015-11-25 20:41:31 +01:00
#!/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 *