Skip to content

Commit

Permalink
Fixed server filename discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultsamson committed Oct 5, 2016
1 parent 0d627d2 commit 90e4814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/afroman/util/UpdateUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class UpdateUtil
public static final String SERVER_VERSION = "server.txt";
public static final String RAW_LOCATION = "https://raw.githubusercontent.com/qwertysam/afroman-client/master/version.txt";
public static final String RAW_BUILD = "https://github.com/qwertysam/afroman-client/releases/download";
public static final String JAR_FILENAME = "AfroMan-mp3-o.jar";
public static final String JAR_FILENAME = "AfroMan-mp3.jar";
public static final String JAR_NEWNAME = "AfroMan-new.jar";
public static final String EXE_FILENAME = "AfroMan-mp3.exe";
public static final String EXE_NEWNAME = "AfroMan-new.exe";
Expand Down

0 comments on commit 90e4814

Please sign in to comment.