Skip to content

Commit db26aaf

Browse files
fix: fix wrong cli metadata (#5214)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
1 parent c8445a6 commit db26aaf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changes/metadata.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"cli.rs": "patch"
3+
"cli.js": "patch"
4+
---
5+
6+
Fix wrong cli metadata that caused new projects (created through `tauri init`) fail to build
7+

tooling/cli/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"node": ">= 10.0.0"
55
},
66
"tauri": "1.1.0",
7-
"tauri-build": "1.1.4"
7+
"tauri-build": "1.1.0"
88
}

0 commit comments

Comments
 (0)