Skip to content

Commit

Permalink
Re-disable auto version incrementing
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jul 19, 2019
1 parent 2f8faad commit aa2e05d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions AngelLoader/AngelLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,7 @@ set FenGen="$(SolutionDir)\FenGen\bin\Release\FenGen.exe"

set fenGenArgs=-fmdata -language_t

if $(ConfigurationName) == Release_Beta (
set vArg= -version=beta
) else if $(ConfigurationName) == Release_Public (
set vArg= -version=public
)

%25FenGen%25 %25fenGenArgs%25 %25rmArg%25 %25vArg%25
%25FenGen%25 %25fenGenArgs%25
rem ---

xcopy "$(SolutionDir)ffmpeg" "$(TargetDir)ffmpeg" /y /i</PreBuildEvent>
Expand Down

0 comments on commit aa2e05d

Please sign in to comment.