Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Apr 10, 2024
1 parent 3c087fe commit 2f0c213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/macos_debug.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ if(LINUX)
install(SCRIPT "${CMAKE_SOURCE_DIR}/cmake/CreateAppImage.cmake")
endif()
if (MACOS)
install(CODE "execute_process(COMMAND rsync -a --delete ${CMAKE_SOURCE_DIR}/libs/Frameworks/SDL2.framework QGroundControl.app/Contents/Frameworks)")
install(CODE "execute_process(COMMAND install_name_tool -change @rpath/SDL2.framework/Versions/A/SDL2 @executable_path/../Frameworks/SDL2.framework/Versions/A/SDL2 QGroundControl.app/Contents/MacOS/QGroundControl)")
install(CODE "file(MAKE_DIRECTORY package)")
install(CODE "execute_process(COMMAND rsync -a --delete QGroundControl.app package)")
install(CODE "file(REMOVE /tmp/tmp.dmg package/QGroundControl.dmg)")
Expand Down

0 comments on commit 2f0c213

Please sign in to comment.