Skip to content

Commit 73e46ee

Browse files
fix(ci): proper ICO format and cross-platform beforeBuildCommand cwd
1 parent e6f3563 commit 73e46ee

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

crates/tauri-app/icons/icon.ico

643 Bytes
Binary file not shown.

crates/tauri-app/tauri.conf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"devUrl": "http://localhost:5173",
77
"frontendDist": "./frontend/dist",
88
"beforeDevCommand": "",
9-
"beforeBuildCommand": "npm install && npm run build"
9+
"beforeBuildCommand": {
10+
"script": "npm install && npm run build",
11+
"cwd": "./frontend"
12+
}
1013
},
1114
"app": {
1215
"withGlobalTauri": true,

0 commit comments

Comments
 (0)