Skip to content

Commit

Permalink
fix: fix schema path in capability file (#645)
Browse files Browse the repository at this point in the history
* fix: fix schema path in capability file

* Create schema-path.md
  • Loading branch information
FabianLars authored Mar 21, 2024
1 parent e5b5c5d commit c90a561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/schema-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-tauri-app": "patch"
"create-tauri-app-js": "patch"
---

Fix incorrect schema path in beta template's capability.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../schemas/desktop-schema.json",
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
Expand Down

0 comments on commit c90a561

Please sign in to comment.