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 ba29168 commit e654f47Copy full SHA for e654f47
CMakeLists.txt
@@ -54,3 +54,6 @@ install (FILES data/icons/32/com.github.tom95.indicator-synapse.png DESTINATION
54
install (FILES data/icons/48/com.github.tom95.indicator-synapse.png DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/48x48/apps/)
55
install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/64x64/apps/)
56
install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/128x128/apps/)
57
+
58
+# work around elementary/houston requiring an installed "binary"
59
+install (CODE "FILE(WRITE ${CMAKE_INSTALL_PREFIX}/bin/com.github.tom95.indicator-synapse \"\")")
0 commit comments