clearer name

This commit is contained in:
Florian Dold 2020-11-25 16:04:07 +01:00
parent a391958eeb
commit 68dcb13fbf
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -28,7 +28,7 @@ The WebExtension can be built via the 'webextension' make target:
This will create the zip file with the WebExtension in the location This will create the zip file with the WebExtension in the location
``` ```
packages/taler-wallet-webextension/taler-wallet-$VERSION.zip packages/taler-wallet-webextension/taler-wallet-webextension-$VERSION.zip
``` ```
### Compiling from Git ### Compiling from Git

View File

@ -9,7 +9,7 @@ fi
vers_manifest=$(jq -r '.version' manifest.json) vers_manifest=$(jq -r '.version' manifest.json)
zipfile="taler-wallet-${vers_manifest}.zip" zipfile="taler-wallet-webextension-${vers_manifest}.zip"
mkdir tmp mkdir tmp
jq '. | .name = "GNU Taler Wallet" ' manifest.json > tmp/manifest.json jq '. | .name = "GNU Taler Wallet" ' manifest.json > tmp/manifest.json