Upgraded to Tauri 2.0

- Added EUPL 1.2
This commit is contained in:
Tony Bark 2024-11-13 16:25:57 -05:00
parent ebfe2d644c
commit 17a5599067
11 changed files with 1866 additions and 1128 deletions

View file

@ -0,0 +1,13 @@
{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-open",
"shell:default"
]
}