cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 78 forks source link

build.sh doesn't pull modules correctly #31

Closed charlessolar closed 7 years ago

charlessolar commented 7 years ago

The default place cake looks like modules is Modules=./tools/Modules and the place build.sh checks for a packages.conf file is ./tools/modules

One or the other will have to be changed to be compatible on linux (windows doesn't care about case)