git: Fix bundle path for signing
This commit is contained in:
parent
567ccbfc3a
commit
7d22b71e86
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user