Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Misc changes, bump to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceba1 committed May 9, 2021
1 parent f8f8385 commit ed884ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Binary file modified Executable/TerraTech Mod Manager.exe
Binary file not shown.
7 changes: 1 addition & 6 deletions TerraTech Mod Manager/Github Downloader/Downloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ public class GithubRepoItem
}
}

//https://api.github.com/search/repositories?q=topic:ttqmm
//https://api.github.com/search/repositories?q=topic:ttqmm&page:0



public static class DownloadFolder
{
public static IEnumerable<string> Download(string RepositoryPath, string CloudName, string DownloadPath)
Expand Down Expand Up @@ -173,7 +168,7 @@ private static List<string> RecursiveDownload(IEnumerable<GithubItem> entries, s
catch (Exception E)
{
NewMain.inst.Log("Could not download " + localItem.name + "!\n" + E.Message, Color.Red);

NewMain.inst.Log(localItem.download_url, Color.DarkRed);
System.Threading.Thread.Sleep(30000);
}
}
Expand Down
1 change: 1 addition & 0 deletions TerraTech Mod Manager/NewMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion TerraTech Mod Manager/Start.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace TerraTechModManager
public partial class Start : Form
{
#warning Change Version_Number with every update!
public const string Version_Number = "1.4.5";
public const string Version_Number = "1.4.6";

bool finished = false;
/// <summary>
Expand Down

0 comments on commit ed884ec

Please sign in to comment.