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

Commit

Permalink
Fix .desktop being installed to user rather than global share
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Apr 19, 2018
1 parent 2d5f87f commit adf8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ install(FILES media/flip_y.png DESTINATION share/nodeboxeditor/media)
install(FILES media/flip_z.png DESTINATION share/nodeboxeditor/media)
install(FILES editor.conf.example DESTINATION share/nodeboxeditor)
if(UNIX)
install (FILES nodeboxeditor.desktop DESTINATION ~/.local/share/applications)
install (FILES nodeboxeditor.desktop DESTINATION share/applications)
endif()
install(FILES README.md DESTINATION share/nodeboxeditor)
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
Expand Down

0 comments on commit adf8398

Please sign in to comment.