icons: instead of symlinks, just mv "icons" dir
symlinks are really inconvenient on Windows (when running from cloned source) follow-up #5055
This commit is contained in:
2
setup.py
2
setup.py
@@ -47,7 +47,7 @@ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
|
||||
usr_share = os.path.expanduser('~/.local/share')
|
||||
data_files += [
|
||||
(os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
|
||||
(os.path.join(usr_share, icons_dirname), ['icons/electrum.png']),
|
||||
(os.path.join(usr_share, icons_dirname), ['electrum/gui/icons/electrum.png']),
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
||||
Reference in New Issue
Block a user