jmpaddin development on Github
I would like to migrate my add-in development to github and enable easy updating.If I push code, a github action should run that zips the source folder up and creates the latest.jmpaddin in the root of the repo.In the add-in I want to have a button that checks the latest.jmpaddin from the repo and downloads and installs if it is newer than the current version.Before I go deep into developing this:...
gav2013