aboutsummaryrefslogtreecommitdiff
path: root/scripts/updatefrontend.lua
Commit message (Collapse)AuthorAgeFilesLines
* embed html frontend content as binary compiled data (#559)Dan Engelbrecht2023-11-231-0/+111
- Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) - Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive - Improvement: MacOS now does ad-hoc code signing by default when issuing `xmake bundle`, signing with proper cert is done on CI builds