Skip to content

Commit

Permalink
setup.py: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAgo committed Mar 11, 2021
1 parent 54c0e06 commit 29b8b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
# Menu icon
(os.path.join(share_dir, 'icons/hicolor/256x256/apps/'), ['icons/electron-cash.png']),
(os.path.join(share_dir, 'pixmaps/'), ['icons/electron-cash.png']),
(os.path.join(share_dir, 'icons/hicolor/scaleable/apps.'), ['icons/electron-cash.svg']),
(os.path.join(share_dir, 'icons/hicolor/scaleable/apps/'), ['icons/electron-cash.svg']),
# Menu entry
(os.path.join(share_dir, 'applications/'), ['electron-cash.desktop']),
# App stream (store) metadata
Expand Down

0 comments on commit 29b8b86

Please sign in to comment.