We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd11a6 commit c6a3de1Copy full SHA for c6a3de1
1 file changed
cursor.sh
@@ -181,6 +181,9 @@ function install_cursor() {
181
# Update desktop file to point to the correct AppImage location
182
sed -i "s|Exec=.*|Exec=$install_dir/cursor.appimage --no-sandbox|g" "$apps_dir/cursor.desktop"
183
184
+ # Fix potential icon name mismatch in the extracted desktop file
185
+ sed -i 's/^Icon=co.anysphere.cursor/Icon=cursor/' "$apps_dir/cursor.desktop"
186
+
187
# Clean up
188
cd "$current_dir"
189
rm -rf "$temp_extract_dir"
0 commit comments