mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-05 00:41:17 -05:00
Merge pull request #120 from cjcliffe/linux_launcher
Add desktop launcher info for linux
This commit is contained in:
commit
1ad963b410
@ -552,7 +552,9 @@ IF (UNIX AND BUILD_DEB)
|
||||
${PROJECT_SOURCE_DIR}/font/vera_sans_mono24_0.png
|
||||
${PROJECT_SOURCE_DIR}/font/vera_sans_mono32_0.png
|
||||
${PROJECT_SOURCE_DIR}/font/vera_sans_mono48_0.png
|
||||
${PROJECT_SOURCE_DIR}/src/CubicSDR.png
|
||||
DESTINATION share/cubicsdr)
|
||||
|
||||
INSTALL(FILES CubicSDR.desktop
|
||||
DESTINATION share/applications)
|
||||
INCLUDE(CPack)
|
||||
ENDIF (UNIX AND BUILD_DEB)
|
||||
|
9
CubicSDR.desktop
Normal file
9
CubicSDR.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=CubicSDR %u
|
||||
Icon=/usr/share/cubicsdr/CubicSDR.png
|
||||
Terminal=false
|
||||
Name=CubicSDR
|
||||
GenericName=CubicSDR
|
||||
Comment=Software-Defined Radio Application
|
||||
Categories=Science;HamRadio;DataVisualization;
|
BIN
src/CubicSDR.png
Normal file
BIN
src/CubicSDR.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user