You've already forked AstralRinth
forked from didirus/AstralRinth
Bump to v0.9.204
This commit is contained in:
@@ -86,12 +86,12 @@ async fn initialize_state(app: tauri::AppHandle) -> api::Result<()> {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
#[cfg(not(feature = "updater"))]
|
// #[cfg(not(feature = "updater"))]
|
||||||
{
|
// {
|
||||||
State::init().await?;
|
// }
|
||||||
}
|
|
||||||
|
State::init().await?;
|
||||||
tracing::info!("Finished checking for updates!");
|
tracing::info!("AstralRinth state successfully initialized.");
|
||||||
let state = State::get().await?;
|
let state = State::get().await?;
|
||||||
app.asset_protocol_scope()
|
app.asset_protocol_scope()
|
||||||
.allow_directory(state.directories.caches_dir(), true)?;
|
.allow_directory(state.directories.caches_dir(), true)?;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"productName": "AstralRinth App",
|
"productName": "AstralRinth App",
|
||||||
"version": "0.9.203",
|
"version": "0.9.204",
|
||||||
"mainBinaryName": "AstralRinth App",
|
"mainBinaryName": "AstralRinth App",
|
||||||
"identifier": "AstralRinthApp",
|
"identifier": "AstralRinthApp",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|||||||
Reference in New Issue
Block a user