Skip to content
This repository was archived by the owner on Dec 3, 2020. It is now read-only.

Commit adf8398

Browse files
committed
Fix .desktop being installed to user rather than global share
1 parent 2d5f87f commit adf8398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ install(FILES media/flip_y.png DESTINATION share/nodeboxeditor/media)
156156
install(FILES media/flip_z.png DESTINATION share/nodeboxeditor/media)
157157
install(FILES editor.conf.example DESTINATION share/nodeboxeditor)
158158
if(UNIX)
159-
install (FILES nodeboxeditor.desktop DESTINATION ~/.local/share/applications)
159+
install (FILES nodeboxeditor.desktop DESTINATION share/applications)
160160
endif()
161161
install(FILES README.md DESTINATION share/nodeboxeditor)
162162
install(TARGETS ${PROJECT_NAME} DESTINATION bin)

0 commit comments

Comments
 (0)