diff --git a/data/io.github.heliguy4599.FlattoolGUI.desktop.in b/data/io.github.heliguy4599.FlattoolGUI.desktop.in index 2cdc7ba..1548b84 100644 --- a/data/io.github.heliguy4599.FlattoolGUI.desktop.in +++ b/data/io.github.heliguy4599.FlattoolGUI.desktop.in @@ -1,5 +1,5 @@ [Desktop Entry] -Name=flattool-gui +Name=Flattool Exec=flattool-gui Icon=io.github.heliguy4599.FlattoolGUI Terminal=false diff --git a/io.github.heliguy4599.FlattoolGUI.flatpak b/io.github.heliguy4599.FlattoolGUI.flatpak new file mode 100644 index 0000000..aef11b2 Binary files /dev/null and b/io.github.heliguy4599.FlattoolGUI.flatpak differ diff --git a/src/window.py b/src/window.py index e12473e..6594bf3 100644 --- a/src/window.py +++ b/src/window.py @@ -685,4 +685,4 @@ class FlattoolGuiWindow(Adw.ApplicationWindow): self.batch_actions_enable(False) event_controller = Gtk.EventControllerKey() event_controller.connect("key-pressed", self.batch_key_handler) - self.add_controller(event_controller) \ No newline at end of file + self.add_controller(event_controller)