mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
Fix data_files check in setup.py
This commit is contained in:
parent
59c2520e0d
commit
72d381a3b6
2
setup.py
2
setup.py
@ -489,7 +489,7 @@ cmdclass = {
|
||||
|
||||
# Data files to be installed to the system.
|
||||
_data_files = []
|
||||
if not windows_check() or not osx_check():
|
||||
if not windows_check() and not osx_check():
|
||||
_data_files = [
|
||||
('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']),
|
||||
('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']),
|
||||
|
Loading…
x
Reference in New Issue
Block a user