aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-11-23 10:39:06 +0100
committerGitHub <[email protected]>2023-11-23 10:39:06 +0100
commit47d2c1264eb14e55ade42f993be5163ffc6cfaae (patch)
tree773e3d766176a8de70760c2a86f854014d569192 /.github/workflows/validate.yml
parentchangelog version bump (diff)
downloadzen-47d2c1264eb14e55ade42f993be5163ffc6cfaae.tar.xz
zen-47d2c1264eb14e55ade42f993be5163ffc6cfaae.zip
embed html frontend content as binary compiled data (#559)
- 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
Diffstat (limited to '.github/workflows/validate.yml')
-rw-r--r--.github/workflows/validate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 0960882d6..bdaf672f2 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -227,7 +227,7 @@ jobs:
- name: Bundle
if: ${{ matrix.config == 'release' }}
run: |
- xmake bundle -v -y
+ xmake bundle -v -y --codesignidentity="Developer ID Application"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg