Skip to content

Commit

Permalink
Fix prebuild deb package for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDierheimer committed Apr 23, 2022
1 parent 52eed51 commit 1d99bd2
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.3.2
VERSION 1.3.3
LANGUAGES C
)

Expand Down Expand Up @@ -442,7 +442,7 @@ libglib2.0-0, \
libdbus-1-3, \
libxfconf-0-3, \
libmagickcore-6.q16hdri-6, \
zlib1g, \
zlib1g \
")

set(CPACK_RPM_PACKAGE_LICENSE "MIT")
Expand Down

0 comments on commit 1d99bd2

Please sign in to comment.