MacOS - add Application link to the package

This commit is contained in:
Yuriy Puchkov
2020-12-01 19:25:46 +02:00
parent 2a3c368cf1
commit ea11797d07
3 changed files with 63 additions and 3 deletions

View File

@@ -41,12 +41,17 @@ jobs:
cd build
make
- name: Build dmg image
- name: Build dmg package
run: |
cd build
/usr/local/opt/qt5/bin/macdeployqt src/flameshot.app -dmg
- name: Upload dmg image
- name: Update dmg package links
run: |
cd build/src
../../packaging/macos/update_package.sh
- name: Upload dmg package
shell: bash
run: |
python3 -m pip install -U -q requests