[windows-x] Startup/Shutdown -> OnStartup/OnShutdown

This commit is contained in:
Lea Anthony
2021-08-26 20:38:03 +10:00
parent e00d65d468
commit 58dc917fb7
16 changed files with 59 additions and 59 deletions

View File

@@ -222,6 +222,10 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
tags.Add(options.WebView2Strategy)
}
if options.Mode == Production {
tags.Add("production")
}
tags.Deduplicate()
// Add the output type build tag