| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for using info-zip with 'xmake bundle' | Martin Ridgers | 2022-01-20 | 1 | -0/+10 |
| | | |||||
| * | Refactored 'xmake bundle' so steps can be reused on other platforms | Martin Ridgers | 2022-01-20 | 1 | -57/+82 |
| | | |||||
| * | Moved 'xmake bundle' implementation into bundle.lua | Martin Ridgers | 2022-01-20 | 1 | -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 | |||||