Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioTheDeadPoet committed Jan 4, 2024
1 parent 5daefc5 commit f95d467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wabbajack.DTOs/Game/GameRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public static class GameRegistry
@"End\Binaries\Win64\ff7remake_.exe".ToRelativePath(),
@"ff7remake_.exe".ToRelativePath()
},
MainExecutable = @"End\Binaries\Win64\ff7remake_.exe"ToRelativePath()
MainExecutable = @"End\Binaries\Win64\ff7remake_.exe".ToRelativePath()
}
},
{
Expand Down

0 comments on commit f95d467

Please sign in to comment.