From 93f47b9c35245938d9b36447cae7fc330433ac35 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 28 Sep 2024 14:31:19 +0200 Subject: [PATCH] update installation.md --- installation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/installation.md b/installation.md index b7b31be7..96d2c837 100644 --- a/installation.md +++ b/installation.md @@ -17,13 +17,13 @@ Settings, logs and temporary cache files are stored in your [`appData`](https:// ### `appData` folder: -| OS | Path | -|-|-| -| Windows | `%APPDATA%\LosslessCut` | -| Windows (MS Store Version) | `C:\Users\%USERNAME%\AppData\Local\Packages\57275mifi.no.LosslessCut_eg8x93dt4dxje\LocalCache\Roaming\LosslessCut` | -| 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` | +| OS | Path | Notes | +|-|-|-| +| Windows | `%APPDATA%\LosslessCut` | | +| 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)