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