From baa7bbde7f656ad85838c6272b00a888020acc02 Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Fri, 18 Jul 2025 19:47:33 +0100 Subject: [PATCH] add trailing newline --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5317db..c67c4ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -745,4 +745,4 @@ if (UNIX AND NOT APPLE) install(FILES Resources/Linux/io.github.elasota.aerofoil.svg DESTINATION share/icons/hicolor/scalable/apps PERMISSIONS WORLD_READ GROUP_READ GROUP_EXECUTE OWNER_READ OWNER_WRITE) -endif() \ No newline at end of file +endif()