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

This commit is contained in:
Lucas Fernandes Nogueira 2022-08-27 10:10:05 -03:00 committed by GitHub
parent cf6f0c511b
commit 8f6ab87fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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