Skip to content

Commit

Permalink
fixup! Refactor CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkunTokdemir committed Feb 21, 2023
1 parent dcc54a4 commit 39761a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ set(CMAKE_AUTOUIC ON)

# set application icon
if (APPLE)
# generate iconset
set(FLAMESHOT_ICONSET ${CMAKE_BINARY_DIR}/flameshot.iconset)
set(FLAMESHOT_ICNS ${CMAKE_BINARY_DIR}/flameshot.icns)

# generate iconset
execute_process(
COMMAND bash "-c" "mkdir -p \"${FLAMESHOT_ICONSET}\""
)
Expand Down

0 comments on commit 39761a3

Please sign in to comment.