v1.2.0: fixed URI's failing to open on macOS

This commit is contained in:
Evan Debenham
2022-01-26 19:55:54 -05:00
parent c6189e32dc
commit 17d4dda402
7 changed files with 41 additions and 10 deletions

View File

@@ -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