Commit 33874eb7 authored by Devon Carew's avatar Devon Carew

update arg reference

parent b6e8118e
......@@ -41,7 +41,7 @@ class BuildCommand extends FlutterCommand {
return await build(
toolchain,
assetBase: argResults['asset-base'],
mainPath: argResults['main'],
mainPath: argResults['target'],
manifestPath: argResults['manifest'],
outputPath: outputPath,
snapshotPath: argResults['snapshot'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment