File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1107,6 +1107,11 @@ install(
11071107##################
11081108
11091109set (CPACK_GENERATOR "TGZ;ZIP" )
1110+ if (APPLE )
1111+ string (TOLOWER "${CMAKE_PROJECT_NAME} -${CMAKE_PROJECT_VERSION} -macos-universal" CPACK_PACKAGE_FILE_NAME)
1112+ else () # We don't use this in Windows
1113+ string (TOLOWER "${CMAKE_PROJECT_NAME} -${CMAKE_PROJECT_VERSION} -${CMAKE_SYSTEM_NAME} -${CMAKE_SYSTEM_PROCESSOR} " CPACK_PACKAGE_FILE_NAME)
1114+ endif ()
11101115
11111116if (LINUX)
11121117 set (CPACK_GENERATOR "${CPACK_GENERATOR} ;DEB;RPM" )
@@ -1123,7 +1128,7 @@ set(CPACK_SET_DESTDIR ON)
11231128set (CPACK_PACKAGE_CONTACT
"Linus Dierheimer <[email protected] >" )
11241129set (CPACK_PACKAGE_DESCRIPTION "\
11251130fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. \
1126- It is written in c to achieve much better performance.\
1131+ It is written mostly in C to achieve much better performance.\
11271132" )
11281133
11291134include (CPack)
You can’t perform that action at this time.
0 commit comments