From 4954655ad4e5824545244bc68df2c94d86551a3b Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 1 Sep 2021 06:48:06 +1000 Subject: [PATCH] [windows] Tidy wails.json --- v2/internal/project/project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/project/project.go b/v2/internal/project/project.go index 1824b98e..1bcd1f74 100644 --- a/v2/internal/project/project.go +++ b/v2/internal/project/project.go @@ -28,7 +28,7 @@ type Project struct { Path string // Build directory - BuildDir string `json:"builddir"` + BuildDir string // The output filename OutputFilename string `json:"outputfilename"`