build: Move renaming of the macOS bundle to the CI

This commit is contained in:
WerWolv
2024-03-23 00:33:46 +01:00
parent d09f2c4f26
commit 5d0b474a7e
3 changed files with 4 additions and 4 deletions

View File

@@ -226,6 +226,7 @@ jobs:
run: |
set -x
cd build/install
mv imhex.app ImHex.app
codesign --remove-signature ImHex.app
codesign --force --deep --sign - ImHex.app
@@ -318,6 +319,7 @@ jobs:
run: |
set -x
cd out
mv imhex.app ImHex.app
codesign --remove-signature ImHex.app
codesign --force --deep --sign - ImHex.app