mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
10 lines
201 B
Go
10 lines
201 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package build
|
|
|
|
// PostCompilation is called after the compilation step, if successful
|
|
func (d *DesktopBuilder) PostCompilation(options *Options) error {
|
|
return nil
|
|
}
|