v1.2.0: fixed URI's failing to open on macOS
This commit is contained in:
@@ -125,7 +125,7 @@ public class GitHubUpdates extends UpdateService {
|
||||
|
||||
@Override
|
||||
public void initializeUpdate(AvailableUpdateData update) {
|
||||
DeviceCompat.openURI( update.URL );
|
||||
Game.platform.openURI( update.URL );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user