mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build macOS releases
This commit is contained in:
parent
82e33bb641
commit
e60cfd00a3
1 changed files with 4 additions and 0 deletions
4
.github/scripts/create_release.sh
vendored
4
.github/scripts/create_release.sh
vendored
|
|
@ -51,6 +51,10 @@ build_doublecmd()
|
|||
codesign --deep --force --verify --verbose --sign '-' 'Double Commander.app'
|
||||
popd
|
||||
|
||||
# Bug: https://github.com/actions/runner-images/issues/7522
|
||||
echo Killing XProtect...; sudo pkill -9 XProtect >/dev/null || true;
|
||||
echo Waiting for XProtect process...; while pgrep XProtect; do sleep 3; done;
|
||||
|
||||
install/darwin/create-dmg/create-dmg \
|
||||
--volname "Double Commander" \
|
||||
--volicon "$BUILD_PACK_DIR/.VolumeIcon.icns" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue