Skip to content

Commit 44e1199

Browse files
fix(ci): run tauri icon from root to find node_modules
1 parent 5d2c413 commit 44e1199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

taskfiles/tauri.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ tasks:
145145

146146
icons:
147147
desc: "Generate app icons from source icon"
148+
deps: [":npm:install"]
148149
cmds:
149-
- cd {{.TAURI_DIR}} && npx tauri icon icons/icon.png
150+
- npx tauri icon {{.TAURI_DIR}}/icons/icon.png -o {{.TAURI_DIR}}/icons
150151
sources:
151152
- "{{.TAURI_DIR}}/icons/icon.png"
152153
generates:

0 commit comments

Comments
 (0)