Commit Graph

9 Commits

Author SHA1 Message Date
Olivier bd7bbfca26 Fix hash calculations 2025-12-25 22:11:27 -04:00
Olivier 23c508079c Update Cursor version resolution to avoid latest lagging behind newly published patch releases. 2025-12-25 20:11:13 -04:00
Olivier ead1ff7034 Support for aarch64 2025-12-24 16:38:33 -04:00
TudorAndrei 4e9ae399b7 Update Cursor to version 1.7.54 and enhance update-cursor.sh for improved output handling
- Updated Cursor version, URL, and SHA256 in flake.nix
- Refined output handling in update-cursor.sh to check for GITHUB_OUTPUT before writing status information
2025-10-29 13:53:49 +02:00
TudorAndrei 384774c6ce Enhance update-cursor.sh and GitHub Actions workflow for improved version handling
- Added CURSOR_VERSION_INFO output to track update status in update-cursor.sh
- Implemented auto-confirmation for updates when running in CI mode
- Updated GitHub Actions workflow to capture and utilize CURSOR_VERSION_INFO for conditional commits
- Improved commit message generation based on actual version updates
2025-10-19 19:05:32 +03:00
TudorAndrei b0e626ff16 Fix sed commands in update-cursor.sh to properly update all fields
- Fixed version update to not require specific comment
- Fixed URL and SHA256 updates to target correct block (cursor = buildCursor {)
- All three fields (version, url, sha256) now update correctly
2025-10-10 23:32:10 +03:00
TudorAndrei 536b9d4b53 update 2025-10-08 17:05:57 +03:00
thinktankmachine 16a551355b Add icon extraction and desktop entry support
- Extract icons from AppImage and install to standard locations
- Create proper desktop entry with icon reference
- Fix version handling in wrapper script
- Update update script to verify icon extraction
- Now provides complete desktop integration with proper icon display

Resolves icon display issues in desktop environments.
2025-08-28 16:56:51 +10:00
thinktankmachine f77f5b1131 Migrate to clean package-only structure
- Simplified flake.nix to focus only on packaging Cursor
- Removed system configuration files (archived locally)
- Updated to clean, reusable flake structure
- Added simple update-cursor.sh script
- Updated documentation for new structure

This migration  makes the flake purely focused on providing the Cursor package.
2025-08-28 16:02:32 +10:00