| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated logic for 7z/zip | Stefan Boberg | 2023-05-19 | 1 | -6/+6 |
| | | | | | | previously, an attempt was made to locate any installed binary but the located path was not actually used in practice | ||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -1/+1 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | fix: bundle shouldn't append content zip to zen | Stefan Boberg | 2023-05-01 | 1 | -4/+0 |
| | | |||||
| * | Removed the AppImage-based bundling step on Linux | Martin Ridgers | 2023-02-02 | 1 | -3/+1 |
| | | |||||
| * | Include zen cmd in release (#188) | Dan Engelbrecht | 2022-11-09 | 1 | -3/+32 |
| | | | | | | * make sure we build the zen command line as well in bundle * include zen command line executable * changelog | ||||
| * | Don't use -r option for 7z, it is not needed and picks up more than you ↵ | Dan Engelbrecht | 2022-09-05 | 1 | -1/+1 |
| | | | | | expect (#156) | ||||
| * | tweak compression settings to streamline build | Stefan Boberg | 2022-06-03 | 1 | -2/+2 |
| | | | | | previously the bundles used maximum compression, now it uses the fastest mode. With the old setting bundling (release) took 55s on my machine, with these settings it took 28s | ||||
| * | Fixed typo | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Zip up the frontend content and append to executable when bundling | Martin Ridgers | 2022-03-15 | 1 | -12/+81 |
| | | |||||
| * | Allow nil arguments when bundle.lua launches processes | Martin Ridgers | 2022-03-15 | 1 | -2/+9 |
| | | |||||
| * | Use AppImage when bundling for Linux to avoid unmet GCC-11 dependencies | Martin Ridgers | 2022-02-22 | 1 | -1/+3 |
| | | |||||
| * | Set a minimum Mac OS version that UE uses | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 1 | -0/+183 |