diff options
| author | Christopher Leggett <chris@leggett.dev> | 2023-08-13 18:45:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-13 18:45:45 -0400 |
| commit | b94d7f135d056874bd19ddbbd85524416c91c9a3 (patch) | |
| tree | c9961f014589513d72c638ee201ae35b32a5d0cd /CMake | |
| parent | fafd35cbeb73cd1b71694b31a004fedb016b6587 (diff) | |
#3040 give em to the distro packagers + LUS submodule bump (#3119)
* implement for install method packagers
* use std::filesystem::temp_directory_path
* absolutely impeccable
* include libultraship proof
* fix windows compilation
* rename "Installation" back to "Bundle"
---------
Co-authored-by: Alto1772 <56553686+Alto1772@users.noreply.github.com>
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/Packaging-2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Packaging-2.cmake b/CMake/Packaging-2.cmake index c6e501c73..3525ae1e4 100644 --- a/CMake/Packaging-2.cmake +++ b/CMake/Packaging-2.cmake @@ -1,6 +1,6 @@ set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 0) -set(CPACK_COMPONENTS_ALL "ship" "appimage") +set(CPACK_COMPONENTS_ALL "ship" "extractor" "appimage") if (NOT CPACK_GENERATOR STREQUAL "External") list(REMOVE_ITEM CPACK_COMPONENTS_ALL "appimage") |
