Mimic icon indicating copy to clipboard operation
Mimic copied to clipboard

Relative paths in mimic.mod file could be more flexible

Open danbradham opened this issue 5 years ago • 0 comments

Hello,

Consider this a low priority feature request!

I noticed that the mimic.mod file uses the relative path ../modules/mimic. This means that the module will only work when it resides in a folder called modules. In order to make it more flexible, I think just using ./mimic would make more send. That would make it work regardless of which folder it resides in.

In my specific use case our studio tools are setup to load modules from platform specific modules folders like:

modules/win64
modules/mac
moduels/linux

danbradham avatar Jan 05 '21 21:01 danbradham