aboutsummaryrefslogtreecommitdiff
path: root/bundle.lua
Commit message (Collapse)AuthorAgeFilesLines
* Added support for using info-zip with 'xmake bundle'Martin Ridgers2022-01-201-0/+10
|
* Refactored 'xmake bundle' so steps can be reused on other platformsMartin Ridgers2022-01-201-57/+82
|
* Moved 'xmake bundle' implementation into bundle.luaMartin Ridgers2022-01-201-0/+87
This appears to be necessary in order to be able to split the bundling code up into functions. Functions implemented in xmake.lua files are not persistented in the global table by the time task.on_run() is called