Skip to content

Commit

Permalink
Release prebuild binaries as tar.gz and zip
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDierheimer committed Mar 25, 2022
1 parent 5b66938 commit 30365e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads

project(fastfetch
VERSION 1.2.1
VERSION 1.2.2
LANGUAGES C
)

Expand Down Expand Up @@ -325,7 +325,7 @@ install(

# Packaging

set(CPACK_GENERATOR "DEB;RPM;TZST")
set(CPACK_GENERATOR "DEB;RPM;TGZ;ZIP")

set(CPACK_PACKAGE_CONTACT "Linus Dierheimer <[email protected]>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C")
Expand Down

0 comments on commit 30365e8

Please sign in to comment.