Files
nym/nym-wallet/src-tauri/capabilities/shell-capability.json
T
Tommy Verrall f874284850 - Update beyond tauri v2
- use the latest and greatest
- fixed links to use the command shell
- app version changes, need to be fixed to allow the auto updater too work
2025-04-04 18:47:35 +02:00

11 lines
305 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "shell-capability",
"description": "Shell operations capability for Nym Wallet",
"windows": ["main", "nymWalletApp"],
"platforms": ["linux", "macOS", "windows"],
"permissions": [
"shell:default",
"shell:allow-open"
]
}