Skip to content

Commit

Permalink
Cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagoda committed Sep 30, 2023
1 parent f18df90 commit a12bcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include(ECMSetupQtPluginMacroNames)
include(ECMQtDeclareLoggingCategory)
include(FeatureSummary)

option(RUN_TESTS "Allow tests for classes" ON)
option(RUN_TESTS "Allow tests for classes" OFF)

if(RUN_TESTS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
Expand Down
2 changes: 1 addition & 1 deletion com.github.juliagoda.pak-gui.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Qt;System;
Comment[pl]=Menedżer pakietów oparty na wrapperze pacmanas o nazwie pak
Comment[pl]=Menedżer pakietów oparty na wrapperze pacmana o nazwie pak
Comment=Package manager based on pacman wrapper named pak
Comment[en]=Package manager based on pacman wrapper named pak
Exec=pak-gui
Expand Down

0 comments on commit a12bcb6

Please sign in to comment.