mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Release prebuild binaries as tar.gz and zip
This commit is contained in:
parent
5b66938bf4
commit
30365e8997
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
|
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
|
||||||
|
|
||||||
project(fastfetch
|
project(fastfetch
|
||||||
VERSION 1.2.1
|
VERSION 1.2.2
|
||||||
LANGUAGES C
|
LANGUAGES C
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -325,7 +325,7 @@ install(
|
|||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
|
|
||||||
set(CPACK_GENERATOR "DEB;RPM;TZST")
|
set(CPACK_GENERATOR "DEB;RPM;TGZ;ZIP")
|
||||||
|
|
||||||
set(CPACK_PACKAGE_CONTACT "Linus Dierheimer <Linus@Dierheimer.de>")
|
set(CPACK_PACKAGE_CONTACT "Linus Dierheimer <Linus@Dierheimer.de>")
|
||||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C")
|
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user