Skip to content

Commit

Permalink
Bump to v0.9.204
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Jan 3, 2025
1 parent c91902a commit 1e1865a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions apps/app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
Expand Down
2 changes: 1 addition & 1 deletion apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"productName": "AstralRinth App",
"version": "0.9.203",
"version": "0.9.204",
"mainBinaryName": "AstralRinth App",
"identifier": "AstralRinthApp",
"plugins": {
Expand Down

0 comments on commit 1e1865a

Please sign in to comment.