diff --git a/PCK-Studio/Program.cs b/PCK-Studio/Program.cs index a086894c..fd1dad39 100644 --- a/PCK-Studio/Program.cs +++ b/PCK-Studio/Program.cs @@ -11,7 +11,7 @@ namespace PckStudio public static readonly string ProjectUrl = "https://github.com/PhoenixARC/-PCK-Studio"; public static readonly string BaseAPIUrl = "http://api.pckstudio.xyz/api/pck"; public static readonly string BackUpAPIUrl = "https://raw.githubusercontent.com/PhoenixARC/pckstudio.tk/main/studio/PCK/api/"; - public static readonly string AppData = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "PCK-Studio"); + public static readonly string AppData = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), Application.ProductName); public static readonly string AppDataCache = Path.Combine(AppData, "cache"); public static MainForm MainInstance { get; private set; }