mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
fix(cli.rs): package vswhere.exe
This commit is contained in:
parent
cde6e3cf9d
commit
3227502e8c
5
.changes/cli-include-vswhere.md
Normal file
5
.changes/cli-include-vswhere.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
---
|
||||
|
||||
Include `vswhere.exe` on the published package.
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user