purduesigbots / pros-vsc

PROS plugin for VS Code
Mozilla Public License 2.0
20 stars 5 forks source link

:bug: Make Vision Utility work on MacOS #229

Open AndrewLuGit opened 1 week ago

AndrewLuGit commented 1 week ago

Previously installing and running Vision Utility was unsupported on MacOS. This was due to adm-zip not properly creating the symbolic links in the MacOS app needed for it to run, corrupting the application. This PR fixes that by directly using the unzip executable that comes with MacOS to unzip the application and exec-ing the binary executable contained in the MacOS application directly, since spawning it from BaseCommand doesn't work properly.