Commit Graph

4 Commits

Author SHA1 Message Date
LemonNexus 20ee10781d ci: fix Ubuntu 24.04 package dependencies
- Replace deprecated libgl1-mesa-glx with libgl1
- Add libdbus-1-3 and libxcb-cursor0 for PyQt6 support
2026-02-12 16:38:10 +00:00
LemonNexus c1ede09aef ci: update GitHub Actions to v4
- Update actions/checkout@v3 → v4
- Update actions/setup-python@v4 → v5
- Update actions/upload-artifact@v3 → v4

Fixes deprecation warning and build failures
2026-02-12 16:34:57 +00:00
LemonNexus a8af5a0f1d feat: use Windows Registry for standard install path + cross-platform builds
- Now reads PublicUsersDataParentFolder from Registry:
  HKLM\SOFTWARE\WOW6432Node\MindArk\Entropia Universe
- Constructs full path: {ParentFolder}\public_users_data\cache\icon
- Fallback to hardcoded path if Registry read fails
- Removed unused webbrowser import
- Updated GitHub Actions to build for both Windows and Linux
- Updated README with cross-platform documentation
2026-02-12 15:04:59 +00:00
LemonNexus d6ca0f5414 feat: add PyInstaller support for executable builds
- Added icon_extractor.spec for PyInstaller
- Added GitHub Actions workflow to build Windows executable
- Updated README with download link and build instructions
- Users can now download .exe without installing Python
2026-02-11 19:56:55 +00:00