diff options
Diffstat (limited to 'lib/AlgaOS/Installer/GUI.pm')
| -rw-r--r-- | lib/AlgaOS/Installer/GUI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AlgaOS/Installer/GUI.pm b/lib/AlgaOS/Installer/GUI.pm index b794510..35ee2ed 100644 --- a/lib/AlgaOS/Installer/GUI.pm +++ b/lib/AlgaOS/Installer/GUI.pm @@ -66,7 +66,7 @@ sub _build_const { } sub _build_app { - return Gtk::Application->new( "me.sergiotarxz.hola", 0 ); + return Gtk::Application->new( "com.algaos.Installer", 0 ); } sub _create_install_grid( $self, $desc ) { |
