refactor: rename app id to io.fortressia.Echidna

Won't hurt, noone used this app yet.
feat/flatpak
Nefo Fortressia 2021-12-30 10:29:08 +07:00
parent 60fc36c852
commit b2dc1db463
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use components::app;
use gtk::prelude::ApplicationExtManual;
fn main() {
let app = EchidnaEditor::new("land.echidna.editor");
let app = EchidnaEditor::new("io.fortressia.Echidna");
std::process::exit(app.run());
}