Fixing icon.

This commit is contained in:
sergiotarxz 2024-03-02 12:41:35 +01:00
parent 6d305b55cc
commit 72ac74c0c2
1 changed files with 1 additions and 1 deletions

View File

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