mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 22:53:19 +08:00
9 lines
196 B
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
|
|
}
|