mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Merge pull request #33 from KevinBalz/master
Fixed misleading error message for Mac OS X
This commit is contained in:
@@ -14,7 +14,7 @@ local s = {}
|
||||
local function validate(project)
|
||||
local valid, err = true, utils.io.err
|
||||
if type(project.identifier) ~= "string" or project.identifier == "" then
|
||||
err("DEBIAN: No author specified.\n")
|
||||
err("MacOS X: No identifier specified.\n")
|
||||
valid = false
|
||||
end
|
||||
if not valid then os.exit(1) end
|
||||
|
Reference in New Issue
Block a user