Skip to content

Commit

Permalink
move apx icon to share/icons/hicolor/scalable/ closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Toms Bauģis committed Dec 25, 2015
1 parent 51f8f3d commit 2e75f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/apx.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Type=Application
Terminal=false
Name=APX
Comment=APX - a QIX clone
Icon=/usr/share/apx/icons/apx.svg
Icon=/usr/share/icons/hicolor/scalable/apx.svg
Exec=/usr/bin/apx
Categories=GNOME;GTK;Games;
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def build_module(self, module, module_file, package):
packages=['apx', 'apx.lib'],
scripts=['bin/apx'],
data_files= [
('share/apx/icons', ['data/apx.svg']),
('share/icons/hicolor/scalable', ['data/apx.svg']),
('share/fonts/04b03', ['data/04b03.ttf', 'data/04b03_LICENSE',]),
('share/apx', ['data/apx.sqlite']),
('share/appdata', ['data/apx.appdata.xml']),
Expand Down

0 comments on commit 2e75f50

Please sign in to comment.