We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b266b3a commit 67b6fe0Copy full SHA for 67b6fe0
1 file changed
CP2077SaveEditor/Views/Form1.cs
@@ -70,7 +70,7 @@ public partial class Form1 : Form
70
};
71
72
//Etc
73
- public static string appLocation = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
+ public static string appLocation = Directory.GetCurrentDirectory();
74
75
public Form1()
76
{
0 commit comments