mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-06 09:33:22 +00:00
Release package should contain a license
This commit is contained in:
parent
474639760a
commit
6ad022782b
@ -52,6 +52,8 @@ releaseDist := {
|
||||
IO.createDirectory(releasesDir)
|
||||
IO.createDirectory(distDir)
|
||||
IO.copyFile(jar, distDir / jar.name)
|
||||
IO.copyFile(base / "LICENSE", distDir / "LICENSE")
|
||||
IO.copyFile(base / "README.md", distDir / "README.md")
|
||||
def copyDir(name: String): Unit = {
|
||||
IO.createDirectory(distDir / name)
|
||||
IO.copyDirectory(base / name, distDir / name)
|
||||
|
Loading…
Reference in New Issue
Block a user