jasonplatts / nova-todo

A Panic Nova extension for todo and fixme management.
https://extensions.panic.com/extensions/jasonplatts/jasonplatts.TODO/
MIT License
29 stars 7 forks source link

Configuration.js on case sensitive filesystems #42

Closed wingsline closed 1 year ago

wingsline commented 1 year ago

The file Configuration.js should be in lower case, otherwise the extension fails to start on case sensitive filesystems.

https://github.com/jasonplatts/nova-todo/blob/49aac3aa5a22f5148666346fa942c350f15b3402/Scripts/main.js#L4

jasonplatts commented 1 year ago

Thanks @wingsline. I'll get this fixed on the next update.

jasonplatts commented 1 year ago

Sorry for the delay getting this fixed @wingsline. A fix has been included in the version 3.1.3 release. Thanks again!