-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tauri to 2.0.1, V2 is finally stable
- Loading branch information
1 parent
5d12dd9
commit ff001ef
Showing
9 changed files
with
208 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
{ | ||
"$schema": "../gen/schemas/desktop-schema.json", | ||
"identifier": "default", | ||
"description": "enables the default permissions", | ||
"windows": [ | ||
"main" | ||
], | ||
"permissions": [ | ||
"path:default", | ||
"event:default", | ||
"window:default", | ||
"webview:default", | ||
"app:default", | ||
"resources:default", | ||
"image:default", | ||
"menu:default", | ||
"tray:default", | ||
"clipboard:read-all", | ||
"clipboard:write-all", | ||
"clipboard:monitor-all" | ||
] | ||
} | ||
"$schema": "../gen/schemas/desktop-schema.json", | ||
"identifier": "default", | ||
"description": "enables the default permissions", | ||
"windows": ["main"], | ||
"permissions": [ | ||
"core:path:default", | ||
"core:event:default", | ||
"core:window:default", | ||
"core:webview:default", | ||
"core:app:default", | ||
"core:resources:default", | ||
"core:image:default", | ||
"core:menu:default", | ||
"core:tray:default", | ||
"clipboard:read-all", | ||
"clipboard:write-all", | ||
"clipboard:monitor-all" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
### Permission Table | ||
## Permission Table | ||
|
||
<table> | ||
<tr> | ||
|
Oops, something went wrong.