Browse Source

feat(cli): package license files (#5066)

Lucas Fernandes Nogueira 2 years ago
parent
commit
8f6ab87fb4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tooling/cli/Cargo.toml

+ 2 - 1
tooling/cli/Cargo.toml

@@ -19,7 +19,8 @@ include = [
   "*.json",
   "*.rs",
   "tauri.gitignore",
-  "tauri-dev-watcher.gitignore"
+  "tauri-dev-watcher.gitignore",
+  "LICENSE*"
 ]
 
 [[bin]]