fix file include pattern

This commit is contained in:
Florian Dold 2018-02-20 14:47:36 +01:00
parent f4ef4d63cb
commit aa4757355a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ const paths = {
"emscripten/taler-emscripten-lib.js", "emscripten/taler-emscripten-lib.js",
"img/icon.png", "img/icon.png",
"img/logo.png", "img/logo.png",
"src/**/*.{js,css,html}", "src/webex/**/*.{js,css,html}",
], ],
// for the source distribution // for the source distribution
extra: [ extra: [

View File

@ -4,8 +4,8 @@
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers", "author": "GNU Taler Developers",
"version": "0.6.54", "version": "0.6.55",
"version_name": "0.5.0-pre7", "version_name": "0.5.0-pre8",
"minimum_chrome_version": "51", "minimum_chrome_version": "51",
"minimum_opera_version": "36", "minimum_opera_version": "36",