aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/content
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-22 10:12:25 +0800
committerGitHub <noreply@github.com>2026-01-22 10:12:25 +0800
commit17f6e8390124493031c0d1a3b27382f29524394a (patch)
treea6d519acfdadc417485471dc1f8e7b00b6113c0a /packages/docs/content
parentd3b5ea2ca1c90d84998f62ebb5f64043c8e01501 (diff)
downloadDropOut-17f6e8390124493031c0d1a3b27382f29524394a.tar.gz
DropOut-17f6e8390124493031c0d1a3b27382f29524394a.zip
Update packages/docs/content/docs/en/troubleshooting.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'packages/docs/content')
-rw-r--r--packages/docs/content/docs/en/troubleshooting.mdx10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/docs/content/docs/en/troubleshooting.mdx b/packages/docs/content/docs/en/troubleshooting.mdx
index a97e5d1..491fdaa 100644
--- a/packages/docs/content/docs/en/troubleshooting.mdx
+++ b/packages/docs/content/docs/en/troubleshooting.mdx
@@ -428,11 +428,13 @@ taskkill /F /IM dropout.exe
**1. Check permissions:**
```bash
-# Linux
-chmod -R 755 ~/.local/share/com.dropout.launcher
+# Linux (set secure owner-only permissions)
+sudo chown -R "$USER":"$USER" ~/.local/share/com.dropout.launcher
+chmod -R u+rwX,go-rwx ~/.local/share/com.dropout.launcher
-# macOS
-chmod -R 755 ~/Library/Application\ Support/com.dropout.launcher
+# macOS (set secure owner-only permissions)
+sudo chown -R "$USER":"$USER" ~/Library/Application\ Support/com.dropout.launcher
+chmod -R u+rwX,go-rwx ~/Library/Application\ Support/com.dropout.launcher
```
**2. Check disk space:**