From f3483f6e202175da325899fbfc214993d53f4e31 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Sun, 13 Feb 2022 21:25:18 +0100 Subject: [PATCH] Update Cargo.crate-manifest #3441 cont'd (#3444) [skip ci] --- tooling/cli/templates/app/src-tauri/Cargo.crate-manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/templates/app/src-tauri/Cargo.crate-manifest b/tooling/cli/templates/app/src-tauri/Cargo.crate-manifest index 883bf0542..1249d3cc6 100755 --- a/tooling/cli/templates/app/src-tauri/Cargo.crate-manifest +++ b/tooling/cli/templates/app/src-tauri/Cargo.crate-manifest @@ -23,6 +23,6 @@ tauri = {{{ tauri_dep }}} # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL default = [ "custom-protocol" ] -# this feature is used on production builds and when `devPath` points to the filesystem +# this feature is used used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = [ "tauri/custom-protocol" ]