mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[windows-x] Startup/Shutdown -> OnStartup/OnShutdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user