Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 authored Dec 14, 2023
1 parent 2f3e02b commit 88463cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: Package
shell: pwsh
continue-on-error: true
run: |
run: |
python3 -m pip install packaging setuptools
npm install --global create-dmg
cd ExtLibs/Xamarin/Xamarin.MacOS/bin/Release/
create-dmg 'Mission Planner.app' --dmg-title='Mission Planner'
Expand Down

0 comments on commit 88463cc

Please sign in to comment.