gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: always create fresh zip file


From: gnunet
Subject: [taler-wallet-core] 01/02: always create fresh zip file
Date: Wed, 03 Jun 2020 13:18:33 +0200

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

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

commit 43d60f439bf2adc309fd4ca0799a8fd7ad100add
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Jun 3 16:48:09 2020 +0530

    always create fresh zip file
---
 webextension/pack.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/webextension/pack.sh b/webextension/pack.sh
index 6e734b08..ef005014 100755
--- a/webextension/pack.sh
+++ b/webextension/pack.sh
@@ -17,4 +17,7 @@ cp -r dist/webextension/* dist/wx/
 
 cd dist/wx
 
-zip -r "../taler-wallet-${vers_manifest}.zip" ./*
+zipfile="../taler-wallet-${vers_manifest}.zip"
+
+rm -f -- "$zipfile"
+zip -r "$zipfile" ./*

-- 
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]