Worker: store files on Windows in Blender Foundation\Flamenco

On Windows, store files in `%LOCALAPPDATA%\Blender Foundation\Flamenco`.
Previously the `Blender Foundation` part of the path was missing.

Manifest Task: T99415
This commit is contained in:
Sybren A. Stüvel 2022-07-19 12:12:45 +02:00
parent 2f76df437b
commit ecfeaec4b2
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,3 @@
//go:build windows || darwin
package appinfo
// SPDX-License-Identifier: GPL-3.0-or-later

View File

@ -1,4 +1,4 @@
//go:build !(windows || darwin)
//go:build !darwin
package appinfo

View File

@ -0,0 +1,5 @@
package appinfo
// SPDX-License-Identifier: GPL-3.0-or-later
const xdgApplicationName = `Blender Foundation\Flamenco`

View File

@ -32,7 +32,7 @@ These files are stored in a platform-specific location:
| Platform | Default location |
| -- | -- |
| Linux | `$HOME/.local/share/flamenco` |
| Windows | `C:\Users\UserName\AppData\Local\Flamenco` |
| Windows | `C:\Users\UserName\AppData\Local\Blender Foundation\Flamenco` |
| macOS | `$HOME/Library/Application Support/Flamenco` |
## Configuration from Environment Variables