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 e170fd5 commit d580c83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/MacOS-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Configure
run: |
rm -rf "${DIR_BULD}"/src/flameshot.dmg "${DIR_BULD}"/src/flameshot.app/
cp "./packaging/macos/flameshot.icns" "${DIR_BULD}/build/flameshot.icns"
mkdir ${DIR_BULD}
cp "./packaging/macos/flameshot.icns" "${DIR_BULD}/flameshot.icns"
cmake -S . -B "${DIR_BULD}" -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5 -DUSE_MONOCHROME_ICON=True
- name: Compile
Expand Down

0 comments on commit d580c83

Please sign in to comment.