move to appdata

This commit is contained in:
pointfeev 2021-11-12 15:34:54 -05:00
parent 712c33adf1
commit ed7d1a6757
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C

View file

@ -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";