diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/configure-packaging.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/configure-packaging.cmake b/cmake/configure-packaging.cmake index f3d2c115..8fb030b1 100644 --- a/cmake/configure-packaging.cmake +++ b/cmake/configure-packaging.cmake @@ -22,7 +22,7 @@ endif() if (CPACK_GENERATOR MATCHES "Bundle") set(CPACK_BUNDLE_NAME "Starship") - set(CPACK_BUNDLE_PLIST "macosx/Info.plist") + set(CPACK_BUNDLE_PLIST "Info.plist") set(CPACK_BUNDLE_ICON "macosx/Starship.icns") # set(CPACK_BUNDLE_STARTUP_COMMAND "macosx/Starship-macos.sh") set(CPACK_BUNDLE_APPLE_CERT_APP "-") |
