make logo clickable
This commit is contained in:
parent
5c55a49fab
commit
4dd60169bb
@ -24,7 +24,7 @@
|
|||||||
* - tsconfig: generate tsconfig.json file for
|
* - tsconfig: generate tsconfig.json file for
|
||||||
* development
|
* development
|
||||||
* - package: create Chrome extension zip file in
|
* - package: create Chrome extension zip file in
|
||||||
* _build/.
|
* build/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const gulp = require("gulp");
|
const gulp = require("gulp");
|
||||||
@ -52,6 +52,7 @@ const paths = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
dist: [
|
dist: [
|
||||||
|
"*.po",
|
||||||
"img/*",
|
"img/*",
|
||||||
"style/*.css",
|
"style/*.css",
|
||||||
"lib/vendor/*",
|
"lib/vendor/*",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"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.5.10",
|
"version": "0.5.11",
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
Loading…
Reference in New Issue
Block a user