Skip to content

Commit

Permalink
v1.1 and fix build events bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jun 18, 2019
1 parent 898107c commit 7bc053b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AngelLoader/AngelLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ xcopy "$(TargetDir)ffmpeg.txt" %25destDir%25 /y

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

if $(ConfigurationName) != Release_Public(
xcopy "$(ProjectDir)Languages" "%25destDir%25Data\Languages\" /y /i /e
) else (
if $(ConfigurationName) == Release_Public (
xcopy "$(ProjectDir)Languages\English.ini" "%25destDir%25Data\Languages\" /y
) else (
xcopy "$(ProjectDir)Languages" "%25destDir%25Data\Languages\" /y /i /e
)

xcopy "$(SolutionDir)BinReleaseOnly" "%25destDir%25" /y /i /e
Expand Down
4 changes: 2 additions & 2 deletions AngelLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.14.0")]
[assembly: AssemblyInformationalVersion("1.0.14")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 7bc053b

Please sign in to comment.