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
PAPPSO
MassChroQ
Commits
3506a8b2
Commit
3506a8b2
authored
May 20, 2017
by
Olivier Langella
Browse files
try to store SVG icon in the right place
parent
59c7e7ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3506a8b2
...
...
@@ -244,7 +244,7 @@ ELSE (NOGUI)
ENDIF
(
NOGUI
)
INSTALL
(
PROGRAMS
${
masschroq_BINARY_DIR
}
/src/masschroq-condor.pl DESTINATION bin
)
INSTALL
(
FILES
${
masschroq_SOURCE_DIR
}
/doc/logo/masschroq.svg DESTINATION share/
masschroq
)
INSTALL
(
FILES
${
masschroq_SOURCE_DIR
}
/doc/logo/masschroq.svg DESTINATION share/
icons/hicolor/scalable/apps
)
INSTALL
(
FILES
${
masschroq_SOURCE_DIR
}
/doc/man1/masschroq.1.gz DESTINATION share/man/man1
)
#INSTALL(FILES ${masschroq_SOURCE_DIR}/doc/manual/masschroq_manual.pdf DESTINATION share/doc/masschroq)
#INSTALL(FILES ${masschroq_SOURCE_DIR}/doc/debian/changelog DESTINATION share/doc/masschroq)
...
...
templates/share/applications/masschroq-gui.desktop.cmake
View file @
3506a8b2
...
...
@@ -3,7 +3,7 @@ Name=MassChroQ GUI ${MASSCHROQ_VERSION}
Categories=Education;Science;Math;
Comment=MassChroQ GUI launcher
Exec=masschroq_gui %U
Icon=
${
CMAKE_INSTALL_PREFIX
}
/share/
masschroq
/masschroq.svg
Icon=
${
CMAKE_INSTALL_PREFIX
}
/share/
icons/hicolor/scalable/apps
/masschroq.svg
Terminal=false
Type=Application
StartupNotify=true
\ No newline at end of file
StartupNotify=true
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