diff --git a/apps/app/src/main.rs b/apps/app/src/main.rs index 43b1671a4..031e9dc4b 100644 --- a/apps/app/src/main.rs +++ b/apps/app/src/main.rs @@ -86,12 +86,12 @@ async fn initialize_state(app: tauri::AppHandle) -> api::Result<()> { // } // } - #[cfg(not(feature = "updater"))] - { - State::init().await?; - } - - tracing::info!("Finished checking for updates!"); + // #[cfg(not(feature = "updater"))] + // { + // } + + State::init().await?; + tracing::info!("AstralRinth state successfully initialized."); let state = State::get().await?; app.asset_protocol_scope() .allow_directory(state.directories.caches_dir(), true)?; diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index c4baba559..5c9f5b83b 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -44,7 +44,7 @@ ] }, "productName": "AstralRinth App", - "version": "0.9.203", + "version": "0.9.204", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": {