Skip to content

Commit

Permalink
🐛 fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 27, 2024
1 parent 5358449 commit bd3ae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set_target_properties(
if (APPLE)
set_target_properties(
${PROJECT_NAME}-desktop PROPERTIES
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/Info.plist
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/macos/Info.plist
)
endif()

Expand Down

0 comments on commit bd3ae19

Please sign in to comment.