mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
fix shadowed err (#718)
This commit is contained in:
@@ -150,7 +150,7 @@ func processApplicationIcon(resourceDir string, iconsDir string) (err error) {
|
||||
// Install default icon if one doesn't exist
|
||||
if !fs.FileExists(appIcon) {
|
||||
// No - Install default icon
|
||||
err := buildassets.RegenerateAppIcon(appIcon)
|
||||
err = buildassets.RegenerateAppIcon(appIcon)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user