2025-01-26 21:33:56 +01:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
|
index e4e5547af..a3017d197 100644
|
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
|
|
|
@@ -428,12 +425,6 @@ if (MINGW)
|
|
|
|
install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/install-dlls-mingw.cmake")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
-if(APPLE)
|
|
|
|
- file(GLOB APPLE_DIST_FILES "${CMAKE_CURRENT_SOURCE_DIR}/assets/distr-files-mac/*.txt")
|
|
|
|
- install(FILES ${APPLE_DIST_FILES} DESTINATION .)
|
2025-01-27 00:35:16 +01:00
|
|
|
- install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dependencies/lib-SDL2-2.0.20-macos/SDL2.framework DESTINATION .)
|
2025-01-26 21:33:56 +01:00
|
|
|
-endif()
|
|
|
|
-
|
2025-01-27 00:35:16 +01:00
|
|
|
## Build AppImage
|
2025-01-26 21:33:56 +01:00
|
|
|
|
2025-01-27 00:35:16 +01:00
|
|
|
add_custom_target(package-appimage
|