Commit Graph

5 Commits

Author SHA1 Message Date
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
LemonNexus dbaacf22a1 feat: add Ko-fi support link
- Added "Support me on Ko-fi" link to README
- Added Ko-fi link to app footer ( Support me on Ko-fi)
2026-02-11 19:35:46 +00:00
LemonNexus 00444e1276 refactor: clean up code and update README
- Removed unused imports (numpy, QFrame, QCheckBox, QSplitter, QSize, QFont)
- Removed unused Tuple type hint
- Removed WEBSITE constant
- Cleaned up module docstring
- Updated README:
  - Removed gamepad emoji, using app icon image instead
  - Removed EntropiaNexus.com references
  - Added GitHub repo link
2026-02-11 19:31:46 +00:00
LemonNexus 09702154db Initial commit: Entropia Universe Icon Extractor
A standalone tool for extracting game icons from cache.

Features:
- Auto-detect game cache
- Version selector
- PNG export with 320x320 canvas
- Light/Dark theme toggle
- Icon preview on double-click
2026-02-11 19:05:10 +00:00