From cccaf3e14116d82155226e323dd13473e77dc79d Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Mon, 25 Jun 2018 18:33:13 +0900 Subject: [PATCH] Add author to args --- src/switch_build.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/switch_build.nim b/src/switch_build.nim index 379a952..4c148be 100644 --- a/src/switch_build.nim +++ b/src/switch_build.nim @@ -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":