Skip to content

Commit

Permalink
Fixing path for downloading the .ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Oct 15, 2017
1 parent d46e455 commit 2ae7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/devkitPPCupdatePPCr29.pl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
unlink("devkitProUpdatePPCr29.ini") or die $!;
}
printf("Downloading update file...");
system($downloader . " https://raw.githubusercontent.com/Maschell/hid_to_vpad/master/other/devkitProUpdatePPCr29.ini") and die "Failed to download!";
system($downloader . " https://raw.githubusercontent.com/dimok789/loadiine_gx2/master/other/devkitProUpdatePPCr29.ini") and die "Failed to download!";
printf("OK!\n");

# Initialize versions & newVersions
Expand Down

0 comments on commit 2ae7fe4

Please sign in to comment.