Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
chinese-soup committed Aug 20, 2023
1 parent e283ebe commit 5c94d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ jobs:
- name: Create a fancier .dmg
run: |
mkdir tmpmountpoint/
mv build_macos/Lith.dmg build_macos/Lith_qt.dmg
hdiutil attach build_macos/Lith_qt.dmg -mountpoint tmpmountpoint/
mv build_macos/src/Lith.dmg build_macos/src/Lith_qt.dmg
hdiutil attach build_macos/src/Lith_qt.dmg -mountpoint tmpmountpoint/
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 tmpmountpoint/Lith.app
- name: Upload artifacts to GitHub
Expand Down

0 comments on commit 5c94d45

Please sign in to comment.