Add simple flatpak manifest

This commit is contained in:
Tom A. Wagner
2021-07-22 10:31:44 +02:00
parent f64a936dd9
commit b719e0d2ec
4 changed files with 58 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ impl Application {
pw_sender: Sender<GtkMessage>,
) -> Self {
let app: Application =
glib::Object::new(&[("application-id", &"org.freedesktop.ryuukyu.helvum")])
glib::Object::new(&[("application-id", &"org.freedesktop.ryuukyu.Helvum")])
.expect("Failed to create new Application");
let imp = imp::Application::from_instance(&app);