Move icons into a single directory

This commit is contained in:
2017-04-17 20:39:53 +02:00
parent c64f886188
commit 7800eadfaa
16 changed files with 4 additions and 10 deletions

View File

@@ -1 +0,0 @@
../resources/gpass_icon_128.png

View File

@@ -1 +0,0 @@
../resources/gpass_icon_16.png

View File

@@ -1 +0,0 @@
../resources/gpass_icon_32.png

View File

@@ -1 +0,0 @@
../resources/gpass_icon_64.png

1
firefox_webextension/icons Symbolic link
View File

@@ -0,0 +1 @@
../chrome_addon/icons

View File

@@ -5,7 +5,7 @@
"short_name": "gPass",
"version": "0.8",
"description": "gPass : global password manager",
"icons" : {"16":"gpass_icon_16.png", "32":"gpass_icon_32.png", "64":"gpass_icon_64.png", "128":"gpass_icon_128.png"},
"icons" : {"16":"icons/gpass_icon_16.png", "32":"icons/gpass_icon_32.png", "64":"icons/gpass_icon_64.png", "128":"icons/gpass_icon_128.png"},
"author" : "Grégory Soutadé",
"homepage_url" : "http://indefero.soutade.fr/p/gpass",