mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 21:02:44 +03:00
chore: changed app id
As part of launchers' unification process we decided to get rid of both neutralino and gtk versions and release Relm4 version as default and only one with its own id
This commit is contained in:
parent
3f6fe2b847
commit
3a51768baa
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ mod prettify_bytes;
|
|||
|
||||
pub use prettify_bytes::prettify_bytes;
|
||||
|
||||
pub const APP_ID: &str = "moe.launcher.an-anime-game-launcher-gtk";
|
||||
pub const APP_ID: &str = "moe.launcher.an-anime-game-launcher";
|
||||
pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
pub const APP_DEBUG: bool = cfg!(debug_assertions);
|
||||
|
||||
|
|
|
@ -799,6 +799,7 @@ impl SimpleComponent for App {
|
|||
LauncherState::PatchAvailable(Patch::NotAvailable) |
|
||||
LauncherState::PredownloadAvailable { .. } |
|
||||
LauncherState::Launch => {
|
||||
// TODO: make game::run() freeze current process while the game is running
|
||||
if let Err(err) = anime_launcher_sdk::game::run() {
|
||||
tracing::error!("Failed to launch game: {err}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue