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.
2 parents 9fa0008 + d75f72c commit 8404ae8Copy full SHA for 8404ae8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.6.3
2
+
3
+Fixes installing presets in their own directory (#212)
4
5
# 1.6.2
6
7
Releasing this, so void linux can package fastfetch.
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
project(fastfetch
- VERSION 1.6.2
+ VERSION 1.6.3
LANGUAGES C
)
@@ -522,7 +522,7 @@ install(
522
523
524
install(
525
- DIRECTORY "${CMAKE_SOURCE_DIR}/presets/"
+ DIRECTORY "${CMAKE_SOURCE_DIR}/presets"
526
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/${CMAKE_PROJECT_NAME}"
527
528
0 commit comments