From 72ac74c0c248cf2d620b8cc949d880f08fc2c84e Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sat, 2 Mar 2024 12:41:35 +0100 Subject: [PATCH] Fixing icon. --- scripts/start.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.pl b/scripts/start.pl index 4c85538..ad226aa 100644 --- a/scripts/start.pl +++ b/scripts/start.pl @@ -222,7 +222,7 @@ sub activate_about { $about->set_license_type('gpl-3-0'); $about->add_credit_section( 'Ideas:', ['SpectreSpecs'] ); $about->set_authors( ['Sergio Iglesias'] ); - my $texture = Gdk::Texture->new_from_filename(path(__FILE__)->parent->parent->child('resources/icons/scalable/actions/gemetool.svg')); + my $texture = Gdk::Texture->new_from_filename(path(__FILE__)->parent->parent->child('resources/icons/hicolor/scalable/apps/gemetool.svg')); $about->set_logo($texture); $about->set_website('https://git.owlcode.tech/sergiotarxz/GEmeTool'); $about->set_website_label('https://git.owlcode.tech/sergiotarxz/GEmeTool');