Merge pull request #60 from mifi/master

[pull] master from mifi:master
pull[bot] 1 year ago committed by GitHub
commit 9e7f26353c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,21 +13,17 @@ LosslessCut is **not** a portable app. If you install it from the Mac App Store
## Settings and temporary files ## 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 | `appData` folder Path | Notes |
| OS | 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) | | 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 | `~/Library/Application Support/LosslessCut` | |
| MacOS (App Store version) | `~/Library/Containers/no.mifi.losslesscut/Data/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` | | | Linux | `$XDG_CONFIG_HOME/LosslessCut` or `~/.config/LosslessCut` | |
[What is Windows `%APPDATA%`?](https://superuser.com/questions/632891/what-is-appdata) App settings and keyboard shortcuts are stored inside the `config.json` file inside your `appData` folder.
Settings and keyboard actions are stored inside the `config.json` file inside your `appData` folder.
### Custom `config.json` path ### Custom `config.json` path

Loading…
Cancel
Save