Thanks for reporting, attached is an updated version with readme. At the moment I'm quite unsure what is best - I thought of the following:
Does the install script work if both install-script and ldinsp (zip or jar) are in the same directory?
- Pack install script and ldinsp together in one zip, user would have to start install and should get it working. Pro: single file; con: always update script+insp together even if not required.
- Keep install script and ldinsp separated, user has to ensure install-script and ldinsp is in the same directory. Pro: user has more control; con: higher fail quote.
- Only provide install script, this script downloads newest version of ldinsp itself. Pro: could be used to automatically check for updates; con: at the moment I don't know where (in the web) to put the file - at the moment only this LDraw Forum community is involved...
Does the install script work if both install-script and ldinsp (zip or jar) are in the same directory?