Add XDG desktop entry and icon
This commit is contained in:
parent
7456a1f111
commit
45e90164fb
|
@ -87,3 +87,7 @@ install( DIRECTORY ${PROJECT_BINARY_DIR}/models
|
||||||
DESTINATION share/facecam2d )
|
DESTINATION share/facecam2d )
|
||||||
install( DIRECTORY ${PROJECT_BINARY_DIR}/cvdata
|
install( DIRECTORY ${PROJECT_BINARY_DIR}/cvdata
|
||||||
DESTINATION share/facecam2d )
|
DESTINATION share/facecam2d )
|
||||||
|
install( FILES ${PROJECT_SOURCE_DIR}/xyz.epicalert.facecam2d.desktop
|
||||||
|
DESTINATION share/applications )
|
||||||
|
install( FILES ${PROJECT_SOURCE_DIR}/facecam2d.png
|
||||||
|
DESTINATION share/icons/hicolor/48x48 )
|
||||||
|
|
1
TODO.md
1
TODO.md
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
## misc
|
## misc
|
||||||
- README
|
- README
|
||||||
- .desktop entry
|
|
||||||
- windows installer?
|
- windows installer?
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
packaging/facecam2d.png
Normal file
BIN
packaging/facecam2d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
7
packaging/xyz.epicalert.facecam2d.desktop
Normal file
7
packaging/xyz.epicalert.facecam2d.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Facecam2D
|
||||||
|
Comment=2D avatar facecam software
|
||||||
|
Icon=facecam2d
|
||||||
|
Categories=Graphics
|
||||||
|
Exec=sh -c "fc2dconfig && fc2d"
|
Loading…
Reference in a new issue