Skip to content

Commit

Permalink
We don't need to include the license in the releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Dec 1, 2023
1 parent 73fa0a1 commit f838466
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lune/make.luau
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ local CodegenHeaderExtraLines = StringUtils.LineCount(CodegenHeader) - 1

CommandUtils.CheckCommands({"lune", "rojo", "darklua"})

local function Copy(originalPath: string, newPath: string)
Log.Info(`Copying "{originalPath}" to "{newPath}"..`)
fs.copy(originalPath, newPath, true)
end

local function WriteFile(path: string, contents: string)
Log.Info(`Writing to "{path}"..`)
fs.writeFile(path, contents)
Expand All @@ -62,7 +57,6 @@ if fs.isDir("build") then
end

WriteDir("build")
Copy("LICENSE", "build/LICENSE")

local function HandleRun(...)
local Result = Run(...)
Expand Down

0 comments on commit f838466

Please sign in to comment.