mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-08 19:43:58 +00:00
Fix missed escape sequences at /src/CmakeLists.txt (#3354)
This commit is contained in:
@@ -42,7 +42,7 @@ if (APPLE)
|
||||
COMMAND bash "-c" "sips -z 512 512 \"${CMAKE_SOURCE_DIR}\"/data/img/app/flameshot.monochrome-1024.png --out \"${FLAMESHOT_ICONSET}\"/icon_512x512.png"
|
||||
COMMAND bash "-c" "sips -z 1024 1024 \"${CMAKE_SOURCE_DIR}\"/data/img/app/flameshot.monochrome-1024.png --out \"${FLAMESHOT_ICONSET}\"/icon_512x512@2x.png"
|
||||
|
||||
COMMAND bash "-c" "iconutil -o \"${FLAMESHOT_ICNS}\" -c icns ${FLAMESHOT_ICONSET}"
|
||||
COMMAND bash "-c" "iconutil -o \"${FLAMESHOT_ICNS}\" -c icns \"${FLAMESHOT_ICONSET}\""
|
||||
)
|
||||
|
||||
execute_process(
|
||||
|
||||
Reference in New Issue
Block a user