5 Commits

Author SHA1 Message Date
Danijel Micic
032408e56d fix: Robust GitHub Actions build
- Add explicit 'package' script to package.json to avoid npx issues
- Update workflow to use 'npm run package'
- Use wildcard path for compression to handle folder naming variations
- Add 'ls dist' for debugging
2025-12-15 19:24:16 +11:00
Danijel Micic
6857d33319 feat: Add electron-packager and GitHub Actions for desktop builds
- Add electron-packager as alternative build tool
- Create GitHub Actions workflow for automated Windows builds
- Update .gitignore to exclude dist folder
- Add comprehensive README with installation and usage instructions
- Successfully built Windows executable (210MB)
2025-12-15 18:27:15 +11:00
Danijel Micic
cc3c27b674 feat: Add Electron desktop application wrapper
- Create electron-main.js with window, tray, and menu management
- Add Electron and electron-builder dependencies
- Configure build settings for Windows
- Add npm scripts for electron and build
- Desktop app features: system tray, menu bar, auto-start server
2025-12-15 18:23:03 +11:00
9f9517da31 Restore project structure and push 2025-12-13 11:00:25 +11:00
d979a7843e Implement full SMTP Tester with premium UI and Backend 2025-12-13 10:13:45 +11:00