Skip to content

Commit

Permalink
MAINT: trial-and-error fixing macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent e1a8455 commit dc206d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
run: |
echo killing...; sudo pkill -9 XProtect >/dev/null || true;
echo waiting...; while pgrep XProtect; do sleep 3; done;
create-dmg \
sleep 10
lsof +D release/
sudo create-dmg \
--volname "dtool-lookup-gui" \
--eula "LICENSE.txt" \
--volicon "data/icons/dtool_logo.icns" \
Expand All @@ -106,6 +108,7 @@ jobs:
--hide-extension "dtool-lookup-gui.app" \
--app-drop-link 425 120 \
--hdiutil-verbose \
--hdiutil-timeout 180 \
"dtool-lookup-gui-${{ steps.fix_version.outputs.version }}-macos.dmg" \
"release/"
Expand Down

0 comments on commit dc206d9

Please sign in to comment.