Changed app's id

This commit is contained in:
Observer KRypt0n_ 2022-08-02 23:44:33 +02:00
parent 67a34d9d4c
commit 724ff90329
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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);