Skip to content

Commit

Permalink
fix(cli.rs): package vswhere.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 11, 2022
1 parent cde6e3c commit 3227502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/cli-include-vswhere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cli.rs": patch
---

Include `vswhere.exe` on the published package.
2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3227502

Please sign in to comment.