Files
spaceshell/app/src-tauri/tauri.bundle.conf.json
T
vasyansk ee845e15b3 Add full disk access checks and settings
Add background themes and custom images

Add shell command logging toggle

Add UTF-8 locale guarantee for PTY

Add Claude hook settings injection

Add hotkey system for GUI

Add glass panel styling

Add search disabled state for agent panels

Add zoom toggle command

Add device report filtering

Add entitlements for notarization

Update version to 0.1.27
2026-06-15 22:26:06 +07:00

10 lines
173 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"bundle": {
"externalBin": ["bin/spaceshd"],
"macOS": {
"entitlements": "Entitlements.plist"
}
}
}