Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 authored May 18, 2024
1 parent 9877b08 commit e8e2a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ elseif(APPLE)
MACOSX_BUNDLE ON
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/dist/macos/Info.plist.in
)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum macOS deployment version")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum macOS deployment version")
deploy(all $<TARGET_FILE_DIR:apk-editor-studio>)
deploy(macos/app $<TARGET_FILE_DIR:apk-editor-studio>/../..)
add_custom_command(
Expand Down

0 comments on commit e8e2a28

Please sign in to comment.