created new crate
This commit is contained in:
11
FCLauncher.old/src-tauri/capabilities/desktop.json
Normal file
11
FCLauncher.old/src-tauri/capabilities/desktop.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"identifier": "desktop-capability",
|
||||
"platforms": [
|
||||
"macOS",
|
||||
"windows",
|
||||
"linux"
|
||||
],
|
||||
"permissions": [
|
||||
"updater:default"
|
||||
]
|
||||
}
|
20
FCLauncher.old/src-tauri/capabilities/migrated.json
Normal file
20
FCLauncher.old/src-tauri/capabilities/migrated.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"identifier": "migrated",
|
||||
"description": "permissions that were migrated from v1",
|
||||
"local": true,
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open",
|
||||
"dialog:allow-open",
|
||||
"dialog:allow-message",
|
||||
"dialog:allow-ask",
|
||||
"process:allow-restart",
|
||||
"process:allow-exit",
|
||||
"dialog:default",
|
||||
"shell:default",
|
||||
"process:default"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user