mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-09-19 02:17:19 +08:00
improve doc
This commit is contained in:
+4
-8
@@ -13,21 +13,17 @@ LosslessCut is **not** a portable app. If you install it from the Mac App Store
|
||||
|
||||
## Settings and temporary files
|
||||
|
||||
Settings, logs and temporary cache files are stored in your [`appData`](https://www.electronjs.org/docs/api/app#appgetpathname) folder.
|
||||
Settings, keyboard shortcuts, logs and temporary cache files are stored in your [`appData`](https://www.electronjs.org/docs/api/app#appgetpathname) folder.
|
||||
|
||||
### `appData` folder:
|
||||
|
||||
| OS | Path | Notes |
|
||||
| OS | `appData` folder Path | Notes |
|
||||
|-|-|-|
|
||||
| Windows | `%APPDATA%\LosslessCut` | |
|
||||
| Windows | `%APPDATA%\LosslessCut` | [What is `%APPDATA%`?](https://superuser.com/questions/632891/what-is-appdata) |
|
||||
| Windows (MS Store Version) | `C:\Users\%USERNAME%\AppData\Local\Packages\57275mifi.no.LosslessCut_eg8x93dt4dxje\LocalCache\Roaming\LosslessCut` | [*Not sure](https://github.com/mifi/lossless-cut/discussions/2167) |
|
||||
| MacOS | `~/Library/Application Support/LosslessCut` | |
|
||||
| MacOS (App Store version) | `~/Library/Containers/no.mifi.losslesscut/Data/Library/Application Support/LosslessCut` | |
|
||||
| Linux | `$XDG_CONFIG_HOME/LosslessCut` or `~/.config/LosslessCut` | |
|
||||
|
||||
[What is Windows `%APPDATA%`?](https://superuser.com/questions/632891/what-is-appdata)
|
||||
|
||||
Settings and keyboard actions are stored inside the `config.json` file inside your `appData` folder.
|
||||
App settings and keyboard shortcuts are stored inside the `config.json` file inside your `appData` folder.
|
||||
|
||||
### Custom `config.json` path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user