clearer name
This commit is contained in:
parent
a391958eeb
commit
68dcb13fbf
2
README
2
README
@ -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
|
||||
|
||||
```
|
||||
packages/taler-wallet-webextension/taler-wallet-$VERSION.zip
|
||||
packages/taler-wallet-webextension/taler-wallet-webextension-$VERSION.zip
|
||||
```
|
||||
|
||||
### Compiling from Git
|
||||
|
@ -9,7 +9,7 @@ fi
|
||||
|
||||
vers_manifest=$(jq -r '.version' manifest.json)
|
||||
|
||||
zipfile="taler-wallet-${vers_manifest}.zip"
|
||||
zipfile="taler-wallet-webextension-${vers_manifest}.zip"
|
||||
|
||||
mkdir tmp
|
||||
jq '. | .name = "GNU Taler Wallet" ' manifest.json > tmp/manifest.json
|
||||
|
Loading…
Reference in New Issue
Block a user