Skip to content

Commit 3227502

Browse files
committed
fix(cli.rs): package vswhere.exe
1 parent cde6e3c commit 3227502

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/cli-include-vswhere.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.rs": patch
3+
---
4+
5+
Include `vswhere.exe` on the published package.

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
1212
homepage = "https://tauri.studio"
1313
repository = "https://github.com/tauri-apps/tauri"
1414
description = "Command line interface for building Tauri apps"
15-
include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs" ]
15+
include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs", "vswhere.exe" ]
1616

1717
[[bin]]
1818
name = "cargo-tauri"

0 commit comments

Comments
 (0)