Switch update checker URL to production
This commit is contained in:
parent
56317f8a52
commit
5ee2a6e345
@ -179,7 +179,7 @@ public class SplashScreen extends javax.swing.JFrame {
|
||||
// Check for updates.
|
||||
try {
|
||||
Debug.println("Checking for updates...");
|
||||
URL url = new URL(API_URL + "testversion.php");
|
||||
URL url = new URL(API_URL + "version.php");
|
||||
InputStream is = url.openStream();
|
||||
BufferedReader br = new BufferedReader(new InputStreamReader(is));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user