active upstream OBS-URL: https://build.opensuse.org/request/show/885781 OBS-URL: https://build.opensuse.org/package/show/science/cutepeaks?expand=0&rev=1
24 lines
677 B
Diff
24 lines
677 B
Diff
From 6b451880a79c179b4388a355f5dc413efbd95a68 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
|
|
<Mailaender@users.noreply.github.com>
|
|
Date: Thu, 15 Apr 2021 22:33:46 +0200
|
|
Subject: [PATCH] The icon is actually larger.
|
|
|
|
---
|
|
src/src.pro | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/src.pro b/src/src.pro
|
|
index 2a1db57..cd201ac 100644
|
|
--- a/src/src.pro
|
|
+++ b/src/src.pro
|
|
@@ -32,7 +32,7 @@ desktop.files += ../cutepeaks.desktop
|
|
desktop.path = /usr/share/applications/
|
|
|
|
icons.files += ../cutepeaks.png
|
|
-icons.path = /usr/share/icons/hicolor/48x48/apps
|
|
+icons.path = /usr/share/icons/hicolor/64x64/apps
|
|
|
|
target.path = /usr/bin/
|
|
|