Explorar el Código

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

Lucas Fernandes Nogueira hace 2 años
padre
commit
8f6ab87fb4
Se han modificado 1 ficheros con 2 adiciones y 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]]