nalet 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,9 +110,10 @@ Nalet ships with a Tauri v2 desktop app for managing everything from your menu b
|
|
|
110
110
|
- Settings panel
|
|
111
111
|
- System tray with quick access
|
|
112
112
|
|
|
113
|
-
> **Note:** If
|
|
113
|
+
> **Note:** If macOS shows "unidentified developer" on first launch, right-click the app and select **Open**.
|
|
114
|
+
> If you downloaded the `.dmg` manually and macOS says it's "damaged", run:
|
|
114
115
|
> ```bash
|
|
115
|
-
> xattr -cr /Applications/
|
|
116
|
+
> xattr -cr /Applications/nalet.app
|
|
116
117
|
> ```
|
|
117
118
|
|
|
118
119
|
## Requirements
|