Bump version to 1.0.6 and update .gitignore; comment out directory change in Program.cs

This commit is contained in:
Kq
2026-06-29 20:04:27 +02:00
parent 914585ec94
commit b3f62486af
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ string gameexe = "";
Console.WriteLine(args[0]);
string userProfilePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
string tarGamePath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "/games";
Directory.SetCurrentDirectory(Directory.GetParent(fixfile).FullName);
// Directory.SetCurrentDirectory(Directory.GetParent(fixfile).FullName);
if (!Directory.Exists(userProfilePath + "/.config/OFME-Linux"))
{