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

Commit

Permalink
Update Main.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNerdyPikachu authored Aug 23, 2018
1 parent 50f340d commit 8c62d65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions LaunchpadNX/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,8 @@ private void startButton_Click(object sender, EventArgs e)
// build it
RunCommand("cd temp\\Tinfoil && make -j");

// create needed directories
// create needed directory
Directory.CreateDirectory("SD Root\\switch");
Directory.CreateDirectory("SD Root\\tinfoil\\extracted");
Directory.CreateDirectory("SD Root\\tinfoil\\nsp");
Directory.CreateDirectory("SD Root\\tinfoil\\ticket");

// copy file
File.Copy("temp\\Tinfoil\\Tinfoil.nro", "SD Root\\switch\\Tinfoil.nro");
Expand Down

0 comments on commit 8c62d65

Please sign in to comment.