v 1.2.2 tempdir to localfiles

This commit is contained in:
roman
2025-10-12 23:06:31 +02:00
parent e9f6fb58b1
commit 5ad1265dc9
3 changed files with 105 additions and 105 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

View File

@@ -15,7 +15,7 @@ namespace Mip
{
static class classDiskOperations
{
public static string TempPath = Application.StartupPath + @"\MipTemp";
public static string TempPath = Path.Combine(Path.GetTempPath(), "MipTemp"); //%userprofile%\appdata\local\temp
public static void CreatePath()
{