mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
update desktop file to more closely resemble the upstream one
This commit is contained in:
parent
cb1add865e
commit
cab438f076
2 changed files with 3 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = cursor-bin
|
||||
pkgdesc = Cursor App - AI-first coding environment
|
||||
pkgver = 0.39.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.cursor.com/
|
||||
arch = x86_64
|
||||
license = custom:Proprietary
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=cursor-bin
|
||||
pkgver=0.39.0 # Updated to the latest version
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cursor App - AI-first coding environment"
|
||||
arch=('x86_64')
|
||||
url="https://www.cursor.com/"
|
||||
|
|
@ -32,8 +32,7 @@ package() {
|
|||
cat <<EOF > "${pkgdir}/usr/share/applications/cursor.desktop"
|
||||
[Desktop Entry]
|
||||
Name=Cursor
|
||||
Comment=Cursor is an AI-first coding environment.
|
||||
Exec=/usr/bin/cursor
|
||||
Exec=/usr/bin/cursor --no-sandbox %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=cursor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue