e": "ic13" }, "256x256": { "name": "icon_256x256.png", "size": 256, "ostype": "ic08" }, "256x256@2x": { "name": "icon_256x256@2x.png", "size": 512, "ostype": "ic14" }, "512x512": { "name": "icon_512x512.png", "size": 512, "ostype": "ic09" }, "512x512@2x": { "name": "icon_512x512@2x.png", "size": 1024, "ostype": "ic10" } } icon.icnsCreating icon.icoICOPNGCIWhat is your frontend dev command?npm run devWhat is your frontend build command?npm run buildWhat is your app name?Where are your web assets (HTML/CSS/JS) located, relative to the "/src-tauri/tauri.conf.json" file that will be created?What is the url of your dev server?Tauri dir () not empty. Run `init --force` to overwrite.tauri_cli::initsrc/init.rshttp://localhost:4000window_titlebefore_dev_commandbefore_build_command{ "package": { "productName": "{{ app_name }}", "version": "0.1.0" }, "build": { "distDir": "{{ dist_dir }}", "devPath": "{{ dev_path }}", "beforeDevCommand": "{{ before_dev_command }}", "beforeBuildCommand": "{{ before_build_command }}" }, "tauri": { "bundle": { "active": true, "targets": "all", "identifier": "com.tauri.dev", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "DeveloperTool", "shortDescription": "", "longDescription": "", "deb": { "depends": [] }, "macOS": { "frameworks": [], "exceptionDomain": "", "signingIdentity": null, "providerShortName": null, "entitlements": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "updater": { "active": false }, "allowlist": { "all": false }, "windows": [ { "title": "{{ window_title }}", "width": 800, "height": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } } } Failed to render tauri.conf.json templatenode_modules/@tauri-apps/clischema.jsontauri_configsrc-tauri/.gitignoresrc-tauri/Cargo.crate-manifest[package] name = "app" version = "0.1.0" description = "A Tauri App" authors = ["you"] license = "" repository = "" default-run = "app" edition = "2021" rust-version = "1.60" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] tauri-build = {{ tauri_build_dep }} [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tauri = {{ tauri_dep }} [features] # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. # If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes. # DO NOT REMOVE!! custom-protocol = [ "tauri/custom-protocol" ] src-tauri/build.rssrc-tauri/iconssrc-tauri/icons/128x128.pngsrc-tauri/icons/128x128@2x.pngsrc-tauri/icons/32x32.pngsrc-tauri/icons/Square107x107Logo.png‰PNG