MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
34 stars 6 forks source link

Optimize OS X build #34

Closed MathNodes closed 1 year ago

MathNodes commented 1 year ago

Kivy takes a while to unpack all the graphic libraries on OS X causing a slow start on the first run. Subsequent runs are a little faster, but there are ways to optimize the build, especially with pyinstaller (--onedir), to create a faster loading package. Look into this.

MathNodes commented 1 year ago

Completed for Intel and M1/M2 in version v1.6.3 using --onedir in pyinstaller