We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100651 commit b52702fCopy full SHA for b52702f
docker/Dockerfile
@@ -191,6 +191,8 @@ RUN wget -qnv -O cursor.appimage https://downloader.cursor.sh/linux/appImage/x64
191
./cursor.appimage --appimage-extract && \
192
mv squashfs-root /opt/cursor && \
193
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 && \
196
rm cursor.appimage
197
198
# Install discord
0 commit comments