Skip to content

Commit 30365e8

Browse files
Release prebuild binaries as tar.gz and zip
1 parent 5b66938 commit 30365e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 1.2.1
4+
VERSION 1.2.2
55
LANGUAGES C
66
)
77

@@ -325,7 +325,7 @@ install(
325325

326326
# Packaging
327327

328-
set(CPACK_GENERATOR "DEB;RPM;TZST")
328+
set(CPACK_GENERATOR "DEB;RPM;TGZ;ZIP")
329329

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

0 commit comments

Comments
 (0)