GeekFunkLabs / fluidpatcher

A performance-oriented patch interface for FluidSynth
MIT License
123 stars 15 forks source link

Unable to update squishbox from version <= 0.7.11 using menu #55

Closed albedozero closed 2 years ago

albedozero commented 2 years ago

Hi, I'm not able to update squishbox to 0.7.11 version from 0.7.9 from software option.

Originally posted by @tizfra in https://github.com/albedozero/fluidpatcher/discussions/54#discussioncomment-3344630

albedozero commented 2 years ago

Thanks - there was a bug in the squishbox.py script that is fixed in commit eb448c2c28ffd988fa15f43d037742a50b8d4150 and added to release 0.7.12 where double-digit version numbers were not being compared correctly. To update from an earlier version you will need to run the install/update script from a command line with

curl -L git.io/squishbox | bash

You can then choose to install/update FluidPatcher and say no to the other options. This is always a fallback procedure if the squishbox.py update fails.