mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Fix spelling mistake
This commit is contained in:
@@ -138,7 +138,7 @@ end
|
|||||||
--- Excludes files from the LÖVE file.
|
--- Excludes files from the LÖVE file.
|
||||||
-- @todo This function should be able to parse and use CVS files such as
|
-- @todo This function should be able to parse and use CVS files such as
|
||||||
-- gitignore. It should also work on the file tree rather than on the file list.
|
-- gitignore. It should also work on the file tree rather than on the file list.
|
||||||
-- For now it works on the file list and only exludes the release directory if
|
-- For now it works on the file list and only excludes the release directory if
|
||||||
-- it is within the project directory.
|
-- it is within the project directory.
|
||||||
function Project:excludeFiles()
|
function Project:excludeFiles()
|
||||||
local dir, rm_dir = self.releaseDirectory:gsub(
|
local dir, rm_dir = self.releaseDirectory:gsub(
|
||||||
|
Reference in New Issue
Block a user