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 397e134 commit 13d4e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaunchpadNX/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private void startButton_Click(object sender, EventArgs e)

// copy files
File.Copy("temp\\hekate\\output\\hekate.bin", "CFW.bin", true);
File.Copy("temp\\hekate\\output\\libsys_lp0.bso", "SD Root\\bootloader\\libsys_lp0.bso");
File.Copy("temp\\hekate\\output\\libsys_lp0.bso", "SD Root\\bootloader\\sys\\libsys_lp0.bso");

// Atmosphere base (always ran)
//
Expand Down

0 comments on commit 13d4e1f

Please sign in to comment.