Add author to args

This commit is contained in:
Joey Yakimowich-Payne 2018-06-25 18:33:13 +09:00
commit cccaf3e141

View file

@ -272,6 +272,8 @@ proc processArgs() =
buildInfo.icon = val.sanitizePath()
of "version", "v":
buildInfo.version = val
of "author", "a":
buildInfo.author = val
of "forceBuild", "f":
buildInfo.force = true
of "release", "r":