Parcourir la source

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

Lucas Fernandes Nogueira il y a 2 ans
Parent
commit
8f6ab87fb4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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]]