From 0ff5ab09e0a6939630db62476b18eef030b96b54 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 29 Aug 2023 22:08:17 +0400 Subject: [PATCH] Use 128x128 icon --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe51532..bd58cc4 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ package_data={"": ["data/*", "ui/*", "langs/*"]}, data_files=[ ('share/applications', ['sway-input-config.desktop']), - ('share/icons/hicolor/64x64/apps', ['sway-input-config.png']), + ('share/icons/hicolor/128x128/apps', ['sway-input-config.png']), ('share/metainfo', ['io.github.Sunderland93.sway-input-config.appdata.xml']), ], install_requires=['PySide2',