mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3] icons.ico -> icon.ico
This commit is contained in:
parent
eff456aa1a
commit
f9a87944cf
1 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ var Manifest []byte
|
|||
//go:embed defaults/appicon.png
|
||||
var AppIcon []byte
|
||||
|
||||
//go:embed defaults/icons.ico
|
||||
var IconsIco []byte
|
||||
//go:embed defaults/icon.ico
|
||||
var IconIco []byte
|
||||
|
||||
//go:embed defaults/Info.plist
|
||||
var InfoPlist []byte
|
||||
|
|
@ -30,7 +30,7 @@ var AllAssets = map[string][]byte{
|
|||
"info.json": Info,
|
||||
"wails.exe.manifest": Manifest,
|
||||
"appicon.png": AppIcon,
|
||||
"icons.ico": IconsIco,
|
||||
"icon.ico": IconIco,
|
||||
"Info.plist": InfoPlist,
|
||||
"Info.dev.plist": InfoDevPlist,
|
||||
"icons.icns": IconsIcns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue