Skip to content

Commit

Permalink
update capability identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 16, 2024
1 parent adca1e0 commit eb7692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/capabilities.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":["core:path:default","core:event:default","core:window:default","core:app:default","core:resources:default","core:menu:default","core:tray:default","core:window:allow-minimize","core:window:allow-hide","core:window:allow-start-dragging","allow-check-if-installed","allow-update-workspace",{"identifier":"shell:allow-spawn","allow":[{"args":["-c",{"validator":".+"}],"cmd":"sh","name":"sh"},{"args":["/C",{"validator":".+"}],"cmd":"cmd","name":"cmd"}]}]}}
{"desktop-capability":{"identifier":"desktop-capability","description":"Capability for desktop","local":true,"windows":["main"],"permissions":["core:path:default","core:event:default","core:window:default","core:app:default","core:resources:default","core:menu:default","core:tray:default","core:window:allow-minimize","core:window:allow-hide","core:window:allow-start-dragging","allow-check-if-installed","allow-update-workspace",{"identifier":"shell:allow-spawn","allow":[{"args":["-c",{"validator":".+"}],"cmd":"sh","name":"sh"},{"args":["/C",{"validator":".+"}],"cmd":"cmd","name":"cmd"}]}],"platforms":["linux","macOS","windows"]},"mobile-capability":{"identifier":"mobile-capability","description":"Capability for mobile","local":true,"windows":["main"],"permissions":["core:path:default","core:event:default","core:window:default","core:app:default","core:resources:default","core:menu:default"],"platforms":["iOS","android"]}}

0 comments on commit eb7692f

Please sign in to comment.