Skip to content
Discussion options

You must be logged in to vote

https://v2.tauri.app/start/migrate/from-tauri-1/

FYI, Capability Schemas:

  1. Basic Structure:
    { "version": "1.0.0", "permissions": [ { "identifier": "allow-command", "description": "Allows executing system commands", "targets": ["shell:execute"] } ] }

  2. Migration Steps

    1. Identify Required Permissions:
    2. Create Your Capability Schema:
      • Typically named capabilities.json in your project root
      • Define all required permissions

I'd like to guide you further if you still have the issue moving forward.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mnadamod
Comment options

Answer selected by mnadamod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants