From 724ff90329972589c28ceb7f9632f89cf2061588 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 2 Aug 2022 23:44:33 +0200 Subject: [PATCH] Changed app's id --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c10ab11..045567e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ pub mod lib; use ui::*; -pub const APP_ID: &str = "com.gitlab.an-anime-team.an-anime-game-launcher-gtk"; +pub const APP_ID: &str = "moe.launcher.an-anime-game-launcher-gtk"; pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION"); pub const APP_DEBUG: bool = cfg!(debug_assertions);