diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index 175b420f..74f504ad 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -789,7 +789,8 @@ exit 0 - xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D /Y >NUL + mkdir "$(TargetDir)\GameData" +xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y >NUL