mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
linux: add desktop entry file (#204)
This commit is contained in:
@@ -75,3 +75,5 @@ install(TARGETS librepods
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
)
|
||||
install(FILES assets/me.kavishdevar.librepods.desktop
|
||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")
|
||||
|
||||
9
linux/assets/me.kavishdevar.librepods.desktop
Normal file
9
linux/assets/me.kavishdevar.librepods.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=LibrePods
|
||||
Comment=AirPods libreated from Apple's ecosystem
|
||||
Exec=librepods
|
||||
Icon=librepods
|
||||
Terminal=false
|
||||
Categories=Audio;AudioVideo;Utility;Qt;
|
||||
@@ -951,6 +951,7 @@ int main(int argc, char *argv[]) {
|
||||
LOG_DEBUG("Socket error: " << socket.errorString());
|
||||
}
|
||||
}
|
||||
app.setDesktopFileName("me.kavishdevar.librepods");
|
||||
app.setQuitOnLastWindowClosed(false);
|
||||
|
||||
bool debugMode = false;
|
||||
|
||||
Reference in New Issue
Block a user