1
0

Bump to v0.9.204

This commit is contained in:
2025-01-03 22:53:23 +03:00
parent c91902abc2
commit 1e1865aedf
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -44,7 +44,7 @@
]
},
"productName": "AstralRinth App",
"version": "0.9.203",
"version": "0.9.204",
"mainBinaryName": "AstralRinth App",
"identifier": "AstralRinthApp",
"plugins": {