From 503b5c41e1f5a27b0ec1dab2985b0bdc4e57d713 Mon Sep 17 00:00:00 2001 From: watzon Date: Tue, 19 Nov 2024 04:53:52 +0000 Subject: [PATCH] Update to version 1.0.2 --- PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 97a43ac..257ffa3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -45,4 +45,17 @@ package() { # Create symlink in /usr/bin install -dm755 "${pkgdir}/usr/bin" ln -s /usr/share/windsurf/windsurf "${pkgdir}/usr/bin/windsurf" + + # Add desktop entry + install -dm755 "${pkgdir}/usr/share/applications" + cat <"${pkgdir}/usr/share/applications/windsurf.desktop" +[Desktop Entry] +Name=Windsurf +Comment=Tomorrow's Editor, Today +Exec=/usr/bin/windsurf +Icon=/usr/share/windsurf/resources/app/resources/linux/code.png +Terminal=false +Type=Application +Categories=Development;IDE; +EOF }