Merge latest develop

This commit is contained in:
Lea Anthony
2020-02-23 06:32:14 +11:00
5 changed files with 207 additions and 36 deletions

View File

@@ -158,7 +158,10 @@ type ProjectOptions struct {
selectedTemplate *TemplateDetails
WailsVersion string
typescriptDefsFilename string
Verbose bool `json:"-"`
Verbose bool `json:"-"`
CrossCompile bool `json:"-"`
Platform string `json:"-"`
Architecture string `json:"-"`
}
// Defaults sets the default project template