Add platform-specific extension install paths

Enhanced extension installation documentation across docs, examples, and the generated install guide. Added Windows, macOS, and Linux-specific paths to help users find the correct installation directory. The dynamic README now shows the machine's actual extensions directory and typical OS paths. Also includes a minor fix removing wide string literal prefix from a path string.
This commit is contained in:
2026-07-14 10:13:32 +12:00
parent fbd8a555ec
commit e876e80bea
5 changed files with 23 additions and 4 deletions
+2
View File
@@ -169,6 +169,8 @@ Shared logic in `src/ui/paths.cpp` writes under:
| macOS | `~/Library/Application Support/Nebula/User Data` |
| Linux | `$XDG_DATA_HOME/Nebula/User Data` or `~/.local/share/Nebula/User Data` |
Unpacked extensions load from `<user data>/extensions/` on every OS (`GetExtensionsDirectory()`). Settings → Plugins shows the live path.
Platform-specific discovery lives in `src/platform/*/paths_*.cpp`.
## GPU / Chromium flags