diff --git a/CreamInstaller/SteamCMD.cs b/CreamInstaller/SteamCMD.cs index 0abf965..20465c2 100644 --- a/CreamInstaller/SteamCMD.cs +++ b/CreamInstaller/SteamCMD.cs @@ -13,7 +13,7 @@ namespace CreamInstaller { public static class SteamCMD { - public static string DirectoryPath = Path.GetTempPath() + "CreamInstaller"; + public static string DirectoryPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\CreamInstaller"; public static string FilePath = DirectoryPath + @"\steamcmd.exe"; public static string ArchivePath = DirectoryPath + @"\steamcmd.zip"; public static string DllPath = DirectoryPath + @"\steamclient.dll";