[linux] Support wails build and wails dev

This commit is contained in:
Lea Anthony
2021-06-04 20:36:56 +10:00
parent 3ad92192a9
commit d5cbfa6749
5 changed files with 61 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ func (d *DesktopBuilder) compileIcon(assetDir string, iconFile string) error {
// Load icon into a databuffer
targetFilename := "icon"
targetFile := filepath.Join(assetDir, targetFilename+".c")
targetFile := filepath.Join(assetDir, targetFilename+".h")
d.addFileToDelete(targetFile)