I tried installing it with cargo using command cargo install create-tauri-app i run the command cargo create-tauri-app i got this result zsh: bus error cargo create-tauri-app im on macos 15.1 Sequoia rustc 1.82.0
[package]] name = "create-tauri-app" version = "4.5.7" dependencies = [ "anyhow", "ctrlc", "dialoguer", "pico-args", "rust-embed", ] [[package]] name = "create-tauri-app-node" version = "0.0.0" dependencies = [ "create-tauri-app", "napi", "napi-build", "napi-derive"...
Describe the bug Default pre-installed app should show up after initial install Adding [package.metadata.bundle] icon = [ "icons/icon.png" ] Solved this problem, but run into the next missing metadata problem The next is missing package...
Ignore whitespace Split Unified 4 changes: 2 additions & 2 deletions4mingw-w64-cargo-create-tauri-app/PKGBUILD Original file line numberDiff line numberDiff line change Expand Up@@ -4,7 +4,7 @@ _basename=create-tauri-app _realname=cargo-${_basename} ...
Describe the bug Running cargo create-tauri-app --beta with 3.13.17 doesn't generate a capabilities folder/file. These are the settings I've used: cargo create-tauri-app --beta Project name: temp Frontend language: Typescript / Javascrip...
cargo install create-tauri-app cargo create-tauri-app cd to the project folder, and run ·cargo tauri dev` Expected behavior no errors was throw Platform and versions Environment › OS: Windows 10.0.22000 X64 › Webview2: 105.0.1343.33 › MSVC: - Visual Studio ���ɹ��...
error: failed to compiletauri-cli v1.4.0, intermediate artifacts can be found at/tmp/cargo-installVMQGpN Reproduction /workspaces $ cargo install create-tauri-app --locked /workspaces $ cargo create-tauri-app ✔ Project name · tauri-app ...
I tried making a project withcargo create-tauri-appand everything worked out fine. I think it might have been a problem with svelte-add, although I'm not 100% sure. Going ahead and closing. Thank you for your help atfox98closed this ascompletedJun 5, 2023 ...
Open Description seenickcode seenickcode added type: documentation on Feb 20, 2023 Every guide has this aCreate Rust Projectsection which includes a note about installing thetauri-cliusing cargo like this onehttps://tauri.app/v1/guides/getting-started/setup/vite#create-the-rust-project, nonethel...
1. install `tauri-cli` first ```sh cargo install tauri-cli --version "2.0.0-alpha.10" --locked ``` 2. Change `UPDATER_ENDPOINT` value in `src/main.rs` to point to your updater server or static update file. 3. package the app ```sh cargo r -p cargo-packager -- -p tauri-...