Browse Source

fix(cli.rs): package `vswhere.exe`

Lucas Nogueira 3 years ago
parent
commit
3227502e8c
2 changed files with 6 additions and 1 deletions
  1. 5 0
      .changes/cli-include-vswhere.md
  2. 1 1
      tooling/cli/Cargo.toml

+ 5 - 0
.changes/cli-include-vswhere.md

@@ -0,0 +1,5 @@
+---
+"cli.rs": patch
+---
+
+Include `vswhere.exe` on the published package.

+ 1 - 1
tooling/cli/Cargo.toml

@@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
 homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"
 description = "Command line interface for building Tauri apps"
-include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs" ]
+include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs", "vswhere.exe" ]
 
 [[bin]]
 name = "cargo-tauri"