wip
This commit is contained in:
parent
6441a58a05
commit
6526c7c999
11 changed files with 76 additions and 58 deletions
|
@ -25,8 +25,8 @@ pub async fn get_tauri_version() -> anyhow::Result<()> {
|
|||
let version = app::get_tauri_version().await?;
|
||||
|
||||
ensure!(version.major == 1);
|
||||
ensure!(version.minor == 1);
|
||||
ensure!(version.patch == 1);
|
||||
ensure!(version.minor == 2);
|
||||
ensure!(version.patch == 0);
|
||||
ensure!(version.build.is_empty());
|
||||
ensure!(version.pre.is_empty());
|
||||
|
||||
|
|
|
@ -84,5 +84,5 @@ fn main() {
|
|||
});
|
||||
|
||||
#[cfg(feature = "ci")]
|
||||
tauri_sys::process::exit(0);
|
||||
wasm_bindgen_futures::spawn_local(async { tauri_sys::process::exit(0).await; });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue