mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[linux] Support wails build and wails dev
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user