mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-20 01:18:29 +00:00
- Replace app-icon by a specific windows file that describe the application properties - Add Windows Description file - Update NSIS Installation/Uninstallation to support handlers (sip, sip-linphone, sips, sips-linphone, tel and callto) - Cleaner use of Windows registries
11 lines
407 B
CMake
11 lines
407 B
CMake
[Desktop Entry]
|
|
Name=@APPLICATION_NAME@
|
|
GenericName=SIP Phone
|
|
Comment=@APPLICATION_DESCRIPTION@
|
|
Type=Application
|
|
Exec=@EXECUTABLE_NAME@ %u
|
|
Icon=@EXECUTABLE_NAME@
|
|
Terminal=false
|
|
Categories=Network;Telephony;
|
|
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;x-scheme-handler/tel;x-scheme-handler/callto;
|
|
X-PulseAudio-Properties=media.role=phone
|