Flamenco/internal/appinfo/xdg_paths_unix.go
Sybren A. Stüvel ecfeaec4b2 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
2022-07-19 12:13:34 +02:00

8 lines
121 B
Go

//go:build !darwin
package appinfo
// SPDX-License-Identifier: GPL-3.0-or-later
const xdgApplicationName = "flamenco"