5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 19:21:21 +08:00
wails/v2/pkg/commands/build/desktop_default.go

9 lines
196 B
Go

// +build !linux
package build
// This is used when there is no compilation to be done for the asset
func (d *DesktopBuilder) compileIcon(assetDir string, iconFile string) error {
return nil
}