Skip to content

Commit

Permalink
Fancy up the dmg, write a proper commit message
Browse files Browse the repository at this point in the history
just a test

another test, this time lets try mounting, third attempt will be if we need macdeployqt at all

typo

just another meme test

and another one

and another one #2

Comment out codesign for now

Update background

Change name of CI step

tmp
  • Loading branch information
chinese-soup authored and MartinBriza committed Oct 10, 2023
1 parent a5b943c commit a74c8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,11 @@ jobs:
IMGUR_API_KEY=${{ secrets.IMGUR_API_KEY }} ./dist/macos/build.sh
- name: Generate .dmg
run: |
"$Qt6_DIR"/bin/macdeployqt build_macos/app/Lith.app -qmldir=. -dmg -appstore-compliant #-codesign=Z52EFCPL6D
"$Qt6_DIR"/bin/macdeployqt build_macos/app/Lith.app -qmldir=. -appstore-compliant #-codesign=Z52EFCPL6D
- name: Create a fancier .dmg
run: |
git clone https://github.com/create-dmg/create-dmg.git
./create-dmg/create-dmg --app-drop-link 484 200 --icon-size 128 --window-size 980 512 --text-size 16 --icon "Lith.app" 100 200 --volname Lith --background ./dist/macos/dmgbg.png build_macos/Lith.dmg build_macos/app/Lith.app
- name: Upload artifacts to GitHub
if: github.event_name != 'create'
uses: actions/upload-artifact@v2
Expand Down
Binary file added dist/macos/dmgbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a74c8bf

Please sign in to comment.