Skip to content

Commit b52702f

Browse files
committed
cursor-desktop-link
1 parent 4100651 commit b52702f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ RUN wget -qnv -O cursor.appimage https://downloader.cursor.sh/linux/appImage/x64
191191
./cursor.appimage --appimage-extract && \
192192
mv squashfs-root /opt/cursor && \
193193
ln -s /opt/cursor/AppRun /usr/local/bin/cursor && \
194+
ln -s /opt/cursor/cursor.desktop /usr/share/applications && \
195+
sed -iE 's;Exec=.*;Exec=/usr/local/bin/cursor;' /opt/cursor/cursor.desktop && \
194196
rm cursor.appimage
195197

196198
# Install discord

0 commit comments

Comments
 (0)