Skip to content
Henrik Feldt edited this page Apr 13, 2014 · 1 revision

Source

Algo:

if it can be unzipped, unzip it

if it's local, copy it to tmp-build

once unzipped, if it's only a single folder, then use what's in that folder

once unzipped, if it's just a number of files, use the build directory as the source of the package

once unzipped, if it's mixed files and folders, use the build directory as the source of the package (as per PR #82, otherwise it picks the folder with the latest creation date-time for some reason)

Clone this wiki locally