electro-smith / DaisyToolchain

Static Toolchain for the Daisy ecosystem
8 stars 7 forks source link

Tkinter based macos installer #15

Open beserge opened 2 years ago

beserge commented 2 years ago

Wrote up a simple installer for macos. The graphics are 90% done, just have to get some time on the mac to actually do the installation portion. It'll just be a wrapper for the existing install.command and I'll pipe the output into a Text field.

We can make it into a .app with a nice icon and everything with pyinstaller. I've done it before and it's quite easy.

For now I've skipped the PATH options and Install Location pages since I'll always want to modify their path, and I'm not sure brew supports install location. We can always add them in if we want to.

image

image