mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 22:30:22 +03:00
Changed app's id
This commit is contained in:
parent
67a34d9d4c
commit
724ff90329
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue