You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(packaging): resolve RPM installation and module import issues
- Fix Python module import by adding PYTHONPATH to launcher script
- Make icon installation robust with fallback placeholder SVG
- Ensure desktop file is properly installed from src/resources/desktop/
- Add error handling to launcher for better debugging
The RPM package now works correctly when installed, allowing the
application to launch from both command line and desktop icon via DEBUG option.
Fixes issues with:
- ModuleNotFoundError when running 'sql-schema-studio'
- Missing icon and desktop files during RPM build
0 commit comments