Tauri v2 stable version - Want to migrate v1 codebase into a new one of v2, with all the functionalities keeping working #13486
-
I have tauri v1 codebase, and would like to migrate into a new one of v2, with all the functionalities working fine. On Linux, capability schemas for permissions, I don't think I have a good understanding about this. Anyone assist me please! Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://v2.tauri.app/start/migrate/from-tauri-1/ FYI, Capability Schemas:
I'd like to guide you further if you still have the issue moving forward. |
Beta Was this translation helpful? Give feedback.
https://v2.tauri.app/start/migrate/from-tauri-1/
FYI, Capability Schemas:
Basic Structure:
{ "version": "1.0.0", "permissions": [ { "identifier": "allow-command", "description": "Allows executing system commands", "targets": ["shell:execute"] } ] }
Migration Steps
I'd like to guide you further if you still have the issue moving forward.