LumingYin / macOSLucidaGrande

A small utility to set Lucida Grande as your Mac's system UI font.
MIT License
232 stars 19 forks source link

Why do you open an external url? #18

Closed gerardp closed 6 years ago

gerardp commented 6 years ago

When starting this app opens a url, is hardcoded in the code, why?:

[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString: @"http://luming.ga/app/lucidagrande/index.html"]];

redirects you to : http://www.freenom.link/es/index.html?lang=es

LumingYin commented 6 years ago

It used to be part of an update-checking mechanism, although the domain has been expired for a while. I'll be removing the URL in an update to the app.

Thanks for the heads up!

LumingYin commented 6 years ago

This issue is resolved in the latest release. Closing :)