Skip to content

Commit

Permalink
-fix: readers folder for AAPakCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeromusXYZ committed Oct 16, 2022
1 parent 4821a44 commit b57e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAPakCLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ private static void Main(string[] args)
{
try
{
LoadCustomReaders(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "AAPakEditor"));
LoadCustomReaders(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "ZeromusXYZ", "AAPakEditor"));

HandleCommandLine();
}
Expand Down

0 comments on commit b57e845

Please sign in to comment.