mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Fix nice DMG creation step
This commit is contained in:
parent
a4edc13c72
commit
6428ad2e49
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
- name: '💽 Create nice DMG'
|
||||
run: |
|
||||
npm install --global create-dmg
|
||||
rm LICENSE.rtf
|
||||
rm LICENSE.md
|
||||
create-dmg "${{env.APPLICATION}}.app" --dmg-title="${{env.APPLICATION}}"
|
||||
mv "${{env.APPLICATION}} ${{env.VERSION}}.dmg" "${{env.EXECUTABLE}}-${{env.VERSION}}-macOS.dmg"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user