Skip to content

Commit

Permalink
v0.11.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Oct 2, 2020
1 parent fd55615 commit d5c4e98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added ExampleMod/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria.ModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class ModLoader

public static readonly string branchName = "";
// beta > 0 cannot publish to mod browser
public static readonly int beta = 3;
public static readonly int beta = 0;

// SteamApps.GetCurrentBetaName(out string betaName, 100) ? betaName :
public static readonly string versionedName = $"tModLoader v{version}" +
Expand Down
2 changes: 1 addition & 1 deletion solutions/CompleteRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@ECHO off
:: Compile/Build exe
echo "Building Release"
set tModLoaderVersion=v0.11.7.6 Beta 3
set tModLoaderVersion=v0.11.7.6
call buildRelease.bat

set destinationFolder=.\tModLoader %tModLoaderVersion% Release
Expand Down

0 comments on commit d5c4e98

Please sign in to comment.