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 439113b commit 066fa93Copy full SHA for 066fa93
CMakeLists.txt
@@ -56,5 +56,4 @@ install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${C
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
-set (FULL_INSTALL $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})
60
-install (CODE "FILE(WRITE ${FULL_INSTALL}/bin/com.github.tom95.indicator-synapse \"\")")
+install (FILES data/com.github.tom95.indicator-synapse DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
data/com.github.tom95.indicator-synapse
0 commit comments