Deploy ipfs as executable via PROGRAMS, since its not a target

master
Melroy van den Berg 2021-03-01 22:44:35 +01:00
parent 314379e1f2
commit 47b57c2ee5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ add_subdirectory (src)
# Additional install files
install(FILES misc/dweb-browser.desktop DESTINATION share/applications)
install(FILES go-ipfs/ipfs DESTINATION share/dweb-browser/go-ipfs)
install(PROGRAMS go-ipfs/ipfs DESTINATION share/dweb-browser/go-ipfs)
install(DIRECTORY images DESTINATION share/dweb-browser)
install(FILES images/icons/dweb-browser.png DESTINATION share/icons/hicolor/48x48/apps)
install(FILES images/icons/dweb-browser.svg DESTINATION share/icons/hicolor/scalable/apps)