We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5a11b commit 39cdc4aCopy full SHA for 39cdc4a
CMakeLists.txt
@@ -146,7 +146,7 @@ add_executable(com.github.philip-scott.notes-up ${VALA_C} ${generated_resources}
146
install(TARGETS com.github.philip-scott.notes-up RUNTIME
147
DESTINATION bin)
148
149
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip_scott.notes_up.appdata.xml
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.appdata.xml
150
DESTINATION ${DATADIR}/metainfo/)
151
152
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.desktop
0 commit comments