fix version and manifest
This commit is contained in:
parent
45108e26af
commit
3a345434ee
@ -70,7 +70,6 @@ const paths = {
|
|||||||
"lib/module-trampoline.js",
|
"lib/module-trampoline.js",
|
||||||
"popup/**/*.{html,css}",
|
"popup/**/*.{html,css}",
|
||||||
"pages/**/*.{html,css}",
|
"pages/**/*.{html,css}",
|
||||||
"manifest.json",
|
|
||||||
],
|
],
|
||||||
extra: [
|
extra: [
|
||||||
"AUTHORS",
|
"AUTHORS",
|
||||||
@ -84,6 +83,9 @@ const paths = {
|
|||||||
"pogen/pogen.ts",
|
"pogen/pogen.ts",
|
||||||
"pogen/tsconfig.json",
|
"pogen/tsconfig.json",
|
||||||
"pogen/example/test.ts",
|
"pogen/example/test.ts",
|
||||||
|
// Only in extra, because the manifest is processed/generated
|
||||||
|
// targets other than "srcdist".
|
||||||
|
"manifest.json",
|
||||||
],
|
],
|
||||||
/* French copyright application */
|
/* French copyright application */
|
||||||
appdist: [
|
appdist: [
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
"description": "Privacy preserving and transparent payments",
|
"description": "Privacy preserving and transparent payments",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "GNU Taler Wallet (git)",
|
"name": "GNU Taler Wallet (git)",
|
||||||
"version": "0.0.0",
|
"version": "0.6.1",
|
||||||
|
"version_name": "0.0.0",
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
Loading…
Reference in New Issue
Block a user