Skip to content

Commit

Permalink
Don't include LICENSE in release files
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Dec 17, 2023
1 parent 536371a commit dad6cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lune/make.luau
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ end
local CodegenHeaderLineOffset = StringUtils.LineCount(CodegenHeader) - 1

fs.writeDir("build")
fs.copy("LICENSE", "build/LICENSE")

Run(`lune wax bundle output={DebugOutputPath} extra-offset-lines={CodegenHeaderLineOffset} ci-mode=true`)
fs.writeFile(DebugOutputPath, CodegenHeader .. fs.readFile(DebugOutputPath))
Expand Down

0 comments on commit dad6cc5

Please sign in to comment.