浏览代码

Update Cargo.crate-manifest #3441 cont'd (#3444)

[skip ci]
Jonas Kruckenberg 3 年之前
父节点
当前提交
f3483f6e20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/cli/templates/app/src-tauri/Cargo.crate-manifest

+ 1 - 1
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" ]