diff options
author | Saturneric <[email protected]> | 2022-05-15 08:38:42 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-15 08:38:42 +0000 |
commit | 516c117bf49c3e0616e9f53ae9b6c8d756618ef7 (patch) | |
tree | b24367f58c52acc9993e4b5c8bf3d0d2519d3335 /src | |
parent | Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 (diff) | |
download | GpgFrontend-516c117bf49c3e0616e9f53ae9b6c8d756618ef7.tar.gz GpgFrontend-516c117bf49c3e0616e9f53ae9b6c8d756618ef7.zip |
feat: update macOS App Bundle ci
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 736f7440..fb38cb9a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -129,6 +129,9 @@ if (BASIC_ENV_CONFIG) configure_file(${CMAKE_SOURCE_DIR}/src/GpgFrontend.h.in ${CMAKE_SOURCE_DIR}/src/GpgFrontend.h @ONLY) configure_file(${CMAKE_SOURCE_DIR}/src/GpgFrontendBuildInfo.h.in ${CMAKE_SOURCE_DIR}/src/GpgFrontendBuildInfo.h @ONLY) configure_file(${CMAKE_SOURCE_DIR}/src/GpgFrontendBuildInstallInfo.h.in ${CMAKE_SOURCE_DIR}/src/GpgFrontendBuildInstallInfo.h @ONLY) + if(APPLE) + configure_file(${CMAKE_SOURCE_DIR}/resource/plist/ExportOptions.plist.in ${CMAKE_BINARY_DIR}/ExportOptions.plist @ONLY) + endif () endif () if (APPLICATION_BUILD) |