1
0
mirror of synced 2025-02-20 04:01:01 +01:00

git: Fix bundle path for signing

This commit is contained in:
WerWolv 2024-03-22 22:24:25 +01:00
parent 567ccbfc3a
commit 7d22b71e86

View File

@ -225,7 +225,7 @@ jobs:
- name: ✒️ Fix Signature - name: ✒️ Fix Signature
run: | run: |
set -x set -x
cd out cd build/install
codesign --remove-signature ImHex.app codesign --remove-signature ImHex.app
codesign --force --deep --sign - ImHex.app codesign --force --deep --sign - ImHex.app