fix: windows icon name

This commit is contained in:
Lea Anthony
2020-07-03 06:05:47 +10:00
parent 626854f1b7
commit e1b025cab6
3 changed files with 9 additions and 10 deletions

View File

@@ -293,7 +293,7 @@ func (b *PackageHelper) PackageWindows(po *ProjectOptions, cleanUp bool) error {
}
// Generate icon from PNG
err = generateWindowsIcon(icon, po.BinaryName+".ico")
err = generateWindowsIcon(icon, basename+".ico")
if err != nil {
return err
}