Skip to content

Commit

Permalink
Language files to Languages folder and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Apr 26, 2019
1 parent 53aaf56 commit dcb40d1
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AngelLoader/AngelLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,11 @@ xcopy "$(TargetDir)ffmpeg.txt" %25destDir%25 /y

xcopy "$(TargetDir)ffmpeg" "%25destDir%25ffmpeg\" /y /i

xcopy "$(ProjectDir)English.ini" "%25destDir%25Data\Languages\" /y
xcopy "$(ProjectDir)Languages" "%25destDir%25Data\Languages\" /y /i /e

xcopy "$(SolutionDir)BinReleaseOnly" "%25destDir%25" /y /i /e

xcopy "$(SolutionDir)doc" "%25destDir%25doc" /y /i /e</PostBuildEvent>
xcopy "$(SolutionDir)doc" "%25destDir%25doc\" /y /i /e</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>rem Autogenerate code
Expand Down
Loading

0 comments on commit dcb40d1

Please sign in to comment.