fix: windows icon name

This commit is contained in:
Lea Anthony
2020-07-03 06:05:47 +10:00
parent be2cef4a63
commit 7106c338df
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
}