Skip to content

Commit 67b6fe0

Browse files
committed
Fix appearance previews not showing.
1 parent b266b3a commit 67b6fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CP2077SaveEditor/Views/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public partial class Form1 : Form
7070
};
7171

7272
//Etc
73-
public static string appLocation = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
73+
public static string appLocation = Directory.GetCurrentDirectory();
7474

7575
public Form1()
7676
{

0 commit comments

Comments
 (0)