From 8f6ab87fb4cba6f126b4d951310fc46cfdc5495a Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sat, 27 Aug 2022 10:10:05 -0300 Subject: [PATCH] feat(cli): package license files (#5066) --- tooling/cli/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index c2a77100a487..0387ec363534 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -19,7 +19,8 @@ include = [ "*.json", "*.rs", "tauri.gitignore", - "tauri-dev-watcher.gitignore" + "tauri-dev-watcher.gitignore", + "LICENSE*" ] [[bin]]