Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
neat
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNerdyPikachu committed Aug 17, 2018
1 parent b6d438c commit 47a4939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 729 deletions.
17 changes: 2 additions & 15 deletions LaunchpadNX/Main.Designer.cs

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

14 changes: 3 additions & 11 deletions LaunchpadNX/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,7 @@ private void startButton_Click(object sender, EventArgs e)
// Hekate
//
// clone it
RunCommand("git clone https://github.com/CTCaer/hekate.git temp\\hekate");

// apply patch
if (noBootlogoCheckbox.Checked)
{
RunCommand("cd temp\\hekate && git apply ../../files/no-bootlogo.patch");
}

// build it
RunCommand("git clone https://github.com/CTCaer/hekate.git temp\\hekate"); // build it
RunCommand("cd temp\\hekate && make -j");

// copy file
Expand Down Expand Up @@ -302,7 +294,7 @@ private void startButton_Click(object sender, EventArgs e)
RunCommand("git clone https://github.com/jakibaki/sys-ftpd.git temp\\sys-ftpd");

// build it
RunCommand("cd temp\\sys-ftpd && make");
RunCommand("cd temp\\sys-ftpd && make -j");

// copy files
File.Copy("temp\\sys-ftpd\\sys-ftpd.kip", "SD Root\\cfw\\sys-ftpd.kip");
Expand Down Expand Up @@ -365,7 +357,7 @@ private void startButton_Click(object sender, EventArgs e)
string done = "Done! Copy the contents of the \"SD Root\" folder to your SD Card, then launch the CFW.bin payload using your favorite method!";
if (hbmenuCheckbox.Checked)
{
done = done + " (Since you selected hbmenu, you can load it by holding R while launching the " + hbmenuTitleSelect.Text + " from the HOME menu)";
done = done + " (Since you selected hbmenu, you can load it by holding R while launching the " + hbmenuTitleSelect.Text + " from the HOME Menu)";
}

// we are done!
Expand Down
Loading

0 comments on commit 47a4939

Please sign in to comment.