fix(cli.rs): package vswhere.exe

This commit is contained in:
Lucas Nogueira 2022-02-10 22:55:59 -03:00
parent cde6e3cf9d
commit 3227502e8c
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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"