Explorar o código

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

Lucas Fernandes Nogueira %!s(int64=2) %!d(string=hai) anos
pai
achega
8f6ab87fb4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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]]