Skip to content

Commit 40d810f

Browse files
committed
explicitly disable update checking for macos
1 parent f0b1dba commit 40d810f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/control_create/control_create.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ function control_create() {
695695
}
696696

697697
// Updates
698-
if (check_update)
698+
if (check_update && os_type != os_macosx)
699699
if (check_prerelease) {
700700
update_http = http_get(link_releases)
701701
} else {

0 commit comments

Comments
 (0)