v1.2.0: fixed URI's failing to open on macOS
This commit is contained in:
@@ -57,7 +57,7 @@ public class DebugUpdates extends UpdateService {
|
||||
|
||||
@Override
|
||||
public void initializeUpdate(AvailableUpdateData update) {
|
||||
DeviceCompat.openURI( update.URL );
|
||||
Game.platform.openURI( update.URL );
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -83,6 +83,6 @@ public class DebugUpdates extends UpdateService {
|
||||
|
||||
@Override
|
||||
public void openReviewURI() {
|
||||
DeviceCompat.openURI("https://www.google.com/");
|
||||
Game.platform.openURI("https://www.google.com/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user