We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b66938 commit 30365e8Copy full SHA for 30365e8
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
2
3
project(fastfetch
4
- VERSION 1.2.1
+ VERSION 1.2.2
5
LANGUAGES C
6
)
7
@@ -325,7 +325,7 @@ install(
325
326
# Packaging
327
328
-set(CPACK_GENERATOR "DEB;RPM;TZST")
+set(CPACK_GENERATOR "DEB;RPM;TGZ;ZIP")
329
330
set(CPACK_PACKAGE_CONTACT "Linus Dierheimer <[email protected]>")
331
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C")
0 commit comments