trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Re-sequence distributed file assets array #201

Closed montegoulding closed 1 year ago

montegoulding commented 1 year ago

This patch ensures the distributed file assets array is re-sequenced excluding the file assets that are not being distributed. This resolves an issue where _loadRegisteredKeyFiles iterates the files assuming 1..n index.

Closes #200