Add author to args
This commit is contained in:
parent
2b48cd774c
commit
cccaf3e141
1 changed files with 2 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue