--- setup.py.orig	2021-12-14 05:07:14.000000000 +0700
+++ setup.py	2022-09-10 00:17:27.000000000 +0700
@@ -459,7 +459,7 @@
 }
 
 
-if not windows_check() and not osx_check():
+if not windows_check():
     for icon_path in glob.glob('deluge/ui/data/icons/hicolor/*x*'):
         size = os.path.basename(icon_path)
         icons = glob.glob(os.path.join(icon_path, 'apps', 'deluge*.png'))
