Hi, I just made a simple installer script for Squiggly (checked into develop) and realised we have a bit of an issue with the installer script being in the package.
The script downloads squiggly and does an MD5 check, however once you have created the packages you need to update the MD5 values, which means you have to regenerate the packages, which changes the MD5 values again and around and around you go. Only solutions I see is to have the installer script read the MD5 from a file external to the release package OR move the installer script outside the package - which may be an issue for Linux users. Any ideas on how to fix this? Thanks, Justin