always create fresh zip file
This commit is contained in:
parent
83af702f1c
commit
43d60f439b
@ -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" ./*
|
||||
|
Loading…
Reference in New Issue
Block a user