Hidden files in Linux
Just discovered that makensis skips hidden files (which names start with period, like '.objects') while processing the 'File' instruction on Linux.
3 posts
with
GLOB(lgss, GLOB_NOSORT, NULL, &globbuf);
Not sure this fix won't break anything else though...
GLOB(lgss, GLOB_NOSORT | GLOB_PERIOD, NULL, &globbuf);