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:
parent
2f76df437b
commit
ecfeaec4b2
@ -1,5 +1,3 @@
|
||||
//go:build windows || darwin
|
||||
|
||||
package appinfo
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
@ -1,4 +1,4 @@
|
||||
//go:build !(windows || darwin)
|
||||
//go:build !darwin
|
||||
|
||||
package appinfo
|
||||
|
5
internal/appinfo/xdg_paths_windows.go
Normal file
5
internal/appinfo/xdg_paths_windows.go
Normal file
@ -0,0 +1,5 @@
|
||||
package appinfo
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
const xdgApplicationName = `Blender Foundation\Flamenco`
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user