Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KCharSelect
Commits
714122d7
Commit
714122d7
authored
Aug 18, 2021
by
Nicolas Fella
Browse files
Don't install .desktop file with executable bit
It's not needed
parent
4e97a781
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
714122d7
...
@@ -63,7 +63,7 @@ target_link_libraries(kcharselect
...
@@ -63,7 +63,7 @@ target_link_libraries(kcharselect
install
(
TARGETS kcharselect
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS kcharselect
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
PROGRAM
S org.kde.kcharselect.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILE
S org.kde.kcharselect.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES org.kde.kcharselect.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES org.kde.kcharselect.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
add_subdirectory
(
doc
)
add_subdirectory
(
doc
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment