Skip to content

Commit 1a0096c

Browse files
committed
fix: update output paths for generated icons in Taskfile
1 parent d1be724 commit 1a0096c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/internal/commands/build_assets/Taskfile.tmpl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ tasks:
6666
sources:
6767
- "appicon.png"
6868
generates:
69-
- "icons.icns"
70-
- "icon.ico"
69+
- "darwin/icons.icns"
70+
- "windows/icon.ico"
7171
cmds:
7272
- wails3 generate icons -input appicon.png -macfilename darwin/icons.icns -windowsfilename windows/icon.ico
7373

0 commit comments

Comments
 (0)