build: Generate a macOS bundle by default

This commit is contained in:
WerWolv
2025-12-22 22:57:33 +01:00
parent 4433006842
commit d4bfa5d284
5 changed files with 27 additions and 16 deletions

View File

@@ -503,7 +503,6 @@ jobs:
run: |
set -x
cd build/install
mv imhex.app ImHex.app
codesign --remove-signature ImHex.app
codesign --force --deep --sign - ImHex.app
@@ -624,7 +623,6 @@ jobs:
run: |
set -x
cd out
mv imhex.app ImHex.app
codesign --remove-signature ImHex.app
codesign --force --deep --entitlements Entitlements.plist --sign - ImHex.app