Skip to content

Commit c90a561

Browse files
authored
fix: fix schema path in capability file (#645)
* fix: fix schema path in capability file * Create schema-path.md
1 parent e5b5c5d commit c90a561

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changes/schema-path.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Fix incorrect schema path in beta template's capability.

templates/_base_/src-tauri/capabilities/%(beta)%default.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "../schemas/desktop-schema.json",
2+
"$schema": "../gen/schemas/desktop-schema.json",
33
"identifier": "default",
44
"description": "Capability for the main window",
55
"windows": ["main"],

0 commit comments

Comments
 (0)