diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-05-05 17:13:42 -0400 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:05:03 -0500 |
| commit | 5a8989bdbe1372182a9c335785422ce5e2b8c07c (patch) | |
| tree | 2e36e6231804b0590d7b0c020bd40f6f20318ea7 /CMake | |
| parent | 7e0b22935a476c0e24ab177b0e6c6e67727cb104 (diff) | |
Pack and publish release builds (#300)
* pack release builds
* changes
* test
* more
* different unzip
* different unzip 2
* add pr artifacts action
* mm hashes
* add gc rom
* update linux sh
* fix windows linking
* give windows release a console
* tweaks
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/Packaging-2.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMake/Packaging-2.cmake b/CMake/Packaging-2.cmake index c7b49ae92..38b4b7ac3 100644 --- a/CMake/Packaging-2.cmake +++ b/CMake/Packaging-2.cmake @@ -1,9 +1,9 @@ set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 0) -set(CPACK_COMPONENTS_ALL "2s2h" "extractor" "appimage") +set(CPACK_COMPONENTS_ALL "2s2h") -if (NOT CPACK_GENERATOR STREQUAL "External") - list(REMOVE_ITEM CPACK_COMPONENTS_ALL "appimage") +if (CPACK_GENERATOR STREQUAL "External") + list(APPEND CPACK_COMPONENTS_ALL "extractor" "appimage") endif() if (CPACK_GENERATOR MATCHES "DEB|RPM") |
