diff options
author | Owen Rudge <owen@owenrudge.net> | 2021-01-17 16:45:23 +0000 |
---|---|---|
committer | Owen Rudge <owen@owenrudge.net> | 2021-01-18 08:57:39 +0000 |
commit | 2d9e164ec47aac60c48e9dce29753ab2df8e4ba0 (patch) | |
tree | 828c5fd7fe80cbc3959a3105ecea3de432831e02 /.github/workflows | |
parent | 1eceee915ede04301c411bb0465c32a3712aa0d2 (diff) | |
download | openttd-2d9e164ec47aac60c48e9dce29753ab2df8e4ba0.tar.xz |
Fix: [Actions] Give Universal Mac packages the "universal" suffix
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d05d9325..ac91e31fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -454,6 +454,7 @@ jobs: -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCPACK_BUNDLE_APPLE_CERT_APP=${{ secrets.APPLE_DEVELOPER_CERTIFICATE_ID }} \ "-DCPACK_BUNDLE_APPLE_CODESIGN_PARAMETER=--deep -f --options runtime" \ + -DAPPLE_UNIVERSAL_PACKAGE=1 \ # EOF echo "::endgroup::" |