Skip to content

Commit

Permalink
make it to check version at the unofficial repository
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun2001 committed Dec 2, 2017
1 parent 85de4c5 commit 118d49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/appeng/services/VersionChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void interactWithVersionCheckerMod( @Nonnull final String modFormatted,
versionInf.setString( "modDisplayName", AppEng.MOD_NAME );
versionInf.setString( "oldVersion", modFormatted );
versionInf.setString( "newVersion", ghFormatted );
versionInf.setString( "updateUrl", "http://ae-mod.info/builds/appliedenergistics2-" + ghFormatted + ".jar" );
versionInf.setString( "updateUrl", "https://github.com/xsun2001/Applied-Energistics-2-Unofficial/releases/download/rv3.beta.13/appliedenergistics2" + ghFormatted + ".jar" );
versionInf.setBoolean( "isDirectLink", true );

if( !changelog.isEmpty() )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

public final class ReleaseFetcher
{
private static final String GITHUB_RELEASES_URL = "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases";
private static final String GITHUB_RELEASES_URL = "https://api.github.com/repos/xsun2001/Applied-Energistics-2-Unofficial/releases";
private static final FormattedRelease EXCEPTIONAL_RELEASE = new MissingFormattedRelease();

@Nonnull
Expand Down

0 comments on commit 118d49c

Please sign in to comment.