Temporary disable checksum check

I am developing my first adapter for Project Things, which is just a test. But I was wondering if it is possible to disable the checksum check for my own adapter. Having to run ‘package.sh’ every time I edit something is quire annoying.

BTW. I am running Project Things on my OSX machine, where I edited the package.sh to no longer call ‘sha256sum’, but it calls ‘shasum -a256’.

If there is a .git directory within your addon package, the checksum step should be skipped.

Alternatively, if you just remove SHA56SUMS from the files array in package.json, the check will be skipped.

Setting up GIT for my add-on should have been the first thing I did. Sorry about that, setting up a repository did indeed fix it :slight_smile: thanks!