Skip to content

Commit e654f47

Browse files
committed
Cheat the requirement for an installed executable temporarily
1 parent ba29168 commit e654f47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ install (FILES data/icons/32/com.github.tom95.indicator-synapse.png DESTINATION
5454
install (FILES data/icons/48/com.github.tom95.indicator-synapse.png DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/48x48/apps/)
5555
install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/64x64/apps/)
5656
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

Comments
 (0)