move to appdata
This commit is contained in:
parent
712c33adf1
commit
ed7d1a6757
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue