Skip to content

Commit

Permalink
fix: MacOS 12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Puchkov committed May 14, 2024
1 parent b80b060 commit 6e1f599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/MacOS-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Configure
run: |
rm -rf "${DIR_BULD}"/src/flameshot.dmg "${DIR_BULD}"/src/flameshot.app/
pwd
ls -la
ls -la ${HELPERS_SCRIPTS_PATH}
cp "${HELPERS_SCRIPTS_PATH}/flameshot.icns" "${DIR_BULD}/build/flameshot.icns"
cmake -S . -B "${DIR_BULD}" -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5 -DUSE_MONOCHROME_ICON=True
Expand Down

0 comments on commit 6e1f599

Please sign in to comment.