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
Games
Kajongg
Commits
da449d25
Commit
da449d25
authored
Mar 06, 2022
by
Nicolas Fella
Browse files
Don't install desktop file with executable bit
It's unneeded and breaks pedantic checkers
parent
120375fd
Pipeline
#148585
failed with stage
in 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
da449d25
...
...
@@ -129,7 +129,7 @@ KDE_ADD_PYTHON_EXECUTABLE(kajonggserver.py kajonggserver)
install
(
FILES
${
DATAFILES
}
DESTINATION
${
KDE_INSTALL_DATADIR
}
/kajongg
)
install
(
PROGRAM
S org.kde.kajongg.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILE
S org.kde.kajongg.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES org.kde.kajongg.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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