gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: zip file generation with exte


From: gnunet
Subject: [taler-wallet-core] branch master updated: zip file generation with extension name adjustment
Date: Wed, 09 Sep 2020 10:18:39 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new a602e671 zip file generation with extension name adjustment
a602e671 is described below

commit a602e6714e09b80599b5db7b340aefcce459c973
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 13:48:31 2020 +0530

    zip file generation with extension name adjustment
---
 packages/taler-wallet-webextension/pack.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/pack.sh 
b/packages/taler-wallet-webextension/pack.sh
index 65837f49..99ee1e35 100755
--- a/packages/taler-wallet-webextension/pack.sh
+++ b/packages/taler-wallet-webextension/pack.sh
@@ -11,5 +11,11 @@ vers_manifest=$(jq -r '.version' manifest.json)
 
 zipfile="taler-wallet-${vers_manifest}.zip"
 
-rm -f -- "$zipfile"
+mkdir tmp
+jq '. | .name = "GNU Taler Wallet" ' manifest.json > tmp/manifest.json
+cp -r dist static tmp/
+cd tmp
 zip -r "$zipfile" dist static manifest.json
+cd ..
+mv "./tmp/$zipfile" ./
+rm -rf tmp

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]