Skip to content

Commit

Permalink
add gnome-keyring icon from GNOME and previous mozilla-gnome-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed May 30, 2015
1 parent 0877559 commit 73a5101
Show file tree
Hide file tree
Showing 4 changed files with 723 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ clean:
# The sources for the XPI file.
xpi_built := install.rdf \
chrome.manifest \
$(wildcard components/*.js) \
$(wildcard content/*.js) \
$(wildcard content/*.xul) \
$(wildcard defaults/preferences/*.js)
$(wildcard chrome/skin/hicolor/*.*) \
$(wildcard components/*.*) \
$(wildcard content/*.*) \
$(wildcard defaults/preferences/*.*)

$(xpi_file): $(xpi_built) Makefile
@echo "Creating XPI file."
Expand Down
1 change: 1 addition & 0 deletions chrome.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ content gnome-keyring content/
component {36defadb-7c73-4019-a77c-53c42bda0957} components/loginManagerStorage.js
contract @sebastianwick.net/login-manager/storage/gnomekeyring;1 {36defadb-7c73-4019-a77c-53c42bda0957}
category login-manager-storage nsILoginManagerStorage @sebastianwick.net/login-manager/storage/gnomekeyring;1
skin gnome-keyring hicolor chrome/skin/hicolor/
Loading

0 comments on commit 73a5101

Please sign in to comment.