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 6e1f599 commit 5b4da54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pwd
ls -la
ls -la ${HELPERS_SCRIPTS_PATH}
cp "${HELPERS_SCRIPTS_PATH}/flameshot.icns" "${DIR_BULD}/build/flameshot.icns"
cp "./flameshot.icns" "${DIR_BULD}/build/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 5b4da54

Please sign in to comment.