Remove obsolete files (cursor.png, cursor-bin.desktop.in, cursor-bin.sh)

These files are no longer used by the current PKGBUILD which now uses
the .deb package format and extracts resources directly from it.
This commit is contained in:
Gunther Schulz 2025-10-19 11:41:01 +02:00
parent 43e2726184
commit dc5958afa5
3 changed files with 0 additions and 22 deletions

View file

@ -1,11 +0,0 @@
[Desktop Entry]
Name=Cursor
Exec=/usr/bin/cursor --no-sandbox %U
Terminal=false
Type=Application
Icon=cursor
# Change the class below to "Cursor" when on X11
StartupWMClass=cursor
X-AppImage-Version=@@PKGVERSION@@
MimeType=x-scheme-handler/cursor;
Categories=Utility;TextEditor;Development;IDE

View file

@ -1,11 +0,0 @@
#!/bin/bash
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
# Allow users to override command-line options
if [[ -f $XDG_CONFIG_HOME/cursor-flags.conf ]]; then
CURSOR_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/cursor-flags.conf | tr '\n' ' ')"
fi
# Launch
exec /opt/cursor-bin/cursor-bin.AppImage "$@" $CURSOR_USER_FLAGS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB