Closed HDictus closed 5 years ago
I've been having a look at it, and it seems that there isn't anything in project:fileList(). All there is to add for this project is conf.lua and main.lua
By default, it seems that the string '' is added to excludeFileList, which matches every string for indices 0, 1. This was resulting in every file being excluded. I'm thinking it'd be best to ensure '' exclude no file in isExcluded
Fixed by PR #66 and commit 5be593f.
I'm running lua 5.1 on ubuntu 18.04 the conf.lua in question is
In
<dir>
, I runlove-release particles/release particles -W
and I getAnd indeed there is no particles.love anywhere. If I create a .love file myself and put it in particles/release it runs to completion
script:createLoveFile
is called, but somehow the result isn't written to file.