1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 23:08:02 +00:00

CI: trying to generate .dmg (not working yet)

This commit is contained in:
2023-06-23 18:25:42 +02:00
parent dc0094b27c
commit b5bb51c869
4 changed files with 39 additions and 17 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Install build dependencies for macOS
if: contains(matrix.platform, 'macos')
run: brew install create-dmg
run: npm install --global appdmg
- name: Install build dependencies for Linux
if: contains(matrix.platform, 'ubuntu')