Skip to content

Commit

Permalink
fix: fix incorrect schema path in beta template capability
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Mar 11, 2024
1 parent ee69e16 commit 1458321
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .changes/schema-path-beta.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 temaplate's capability.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./schemas/desktop-schema.json",
"$schema": "../schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
Expand All @@ -8,8 +8,8 @@
"event:default",
"window:default",
"app:default",
"resources:default",
"image:default,
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open"
Expand Down
16 changes: 0 additions & 16 deletions templates/_base_/src-tauri/capabilities/%(beta)%main.json.lte

This file was deleted.

0 comments on commit 1458321

Please sign in to comment.