Skip to content

Commit

Permalink
support dmg>
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Feb 14, 2024
1 parent 2092ac0 commit 2e23a12
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@ jobs:
env:
TAG: ${{ env.TAG }}

- name: Install create-dmg
run: |
brew install create-dmg
- name: Create dmg
run: |
create-dmg \
--volname "UXTU4Mac" \
--volicon "/Img/Logo.img" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon UXTU4Mac 200 190 \
--hide-extension UXTU4Mac \
--app-drop-link 600 185 \
--hdiutil-quiet \
--symbolic-link "/Applications" \
UXTU4Mac.dmg UXTU4Mac/
- id: generate-notes
name: Generate Release Notes
shell: bash
Expand All @@ -42,6 +61,8 @@ jobs:
name: v${{ env.TAG }}
tag_name: ${{ env.TAG }}
body_path: ${{ github.workspace }}-RELEASE_NOTES.txt
files: UXTU4Mac.zip
files: |
UXTU4Mac.zip
UXTU4Mac.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e23a12

Please sign in to comment.