aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 00:53:25 +0000
committersaturneric <[email protected]>2024-07-29 00:53:25 +0000
commit360c0dd015c031dafefdc7ba7dba0dbe0ffd8ffd (patch)
tree90d7ee0d62f56b7a63d4bfc35f660a23cfddaf00
parentfeat: update zh_CN and de_DE translations (diff)
downloadGpgFrontend-360c0dd015c031dafefdc7ba7dba0dbe0ffd8ffd.tar.gz
GpgFrontend-360c0dd015c031dafefdc7ba7dba0dbe0ffd8ffd.zip
fix: solve problems on macos
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5de76061..742c884a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -230,9 +230,9 @@ jobs:
- name: Copy Modules into Bundle & Deploy Qt & Code Sign (macOS)
run: |
- cmake -E copy_directory ${{github.workspace}}/modules/build/artifacts/modules ${{github.workspace}}/build/package/GpgFrontend.app/Contents/modules
+ cmake -E copy_directory ${{github.workspace}}/modules/build/artifacts/modules ${{github.workspace}}/build/package/GpgFrontend.app/Contents/Modules
macdeployqt ${{github.workspace}}/build/package/GpgFrontend.app -verbose=2 -appstore-compliant -always-overwrite
- codesign -s "${{secrets.GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}}" -f --deep --options=runtime ${{github.workspace}}/build/package/GpgFrontend.app
+ codesign -s "${{secrets.GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}}" -f --deep --options=runtime --timestamp ${{github.workspace}}/build/package/GpgFrontend.app
if: matrix.os == 'macos-13' || matrix.os == 'macos-12' || matrix.os == 'macos-14'
- name: Package & Sign App Bundle (macOS)