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');