MacOS - remove 'src/' from 'src/flameshot' on starting from DMG

This commit is contained in:
Yuriy Puchkov
2020-12-15 13:48:33 +02:00
parent 6e3a45d006
commit f2bb47ac01
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ jobs:
- name: Build dmg package
run: |
cd build
/usr/local/opt/qt5/bin/macdeployqt src/flameshot.app -dmg
cd build/src
/usr/local/opt/qt5/bin/macdeployqt flameshot.app -dmg
- name: Update dmg package links
run: |