Commit Graph

7 Commits

Author SHA1 Message Date
Umbrix Developer
c27dfbfba7 Add Windows build cheat sheet
Some checks failed
Upload store MSIX to release / upload-store-msix-to-release (push) Has been cancelled
Quick reference for building Windows installer:
- 4 simple commands to build .exe
- Upload to Gitea instructions
- Testing auto-update process
- Troubleshooting common errors
- Links to detailed documentation
2026-01-19 20:40:39 +03:00
Umbrix Developer
8d55a2629c Update Windows build docs: recommend flutter_distributor
- Added link to WINDOWS_DISTRIBUTOR_BUILD.md at the top
- Clarified that manual Inno Setup is alternative method
- flutter_distributor is now the primary recommended approach
2026-01-19 20:39:34 +03:00
Umbrix Developer
67292b2697 Add Windows code signing documentation
Some checks failed
CI / run (push) Has been cancelled
- Detailed guide for obtaining code signing certificates
- Comparison of EV vs standard Code Signing certificates
- Provider pricing: DigiCert, Sectigo, Certum
- Instructions for signing .exe with signtool
- GitHub Actions automation examples
- FAQ: can work without certificate (shows warning but works)
2026-01-19 20:37:12 +03:00
Umbrix Developer
491feb04ac Configure flutter_distributor for Windows .exe installer
- Updated make_config.yaml: Umbrix branding, app_id, executable name
- Updated inno_setup.sas: umbrix.exe process termination
- Added WINDOWS_DISTRIBUTOR_BUILD.md: Complete build instructions
- flutter_distributor packages everything into single .exe file (~60MB)
- Result: umbrix-setup-x64.exe ready for Gitea release
2026-01-19 20:36:17 +03:00
Umbrix Developer
796c223d44 feat: Windows support - auto-update system + proper app icon
Some checks failed
CI / run (push) Has been cancelled
- PowerShell silent installer with UAC elevation
- Smart asset detection (x64 priority for .exe)
- Cross-platform restart after update
- Auto-check updates on launch (5 sec delay)
- Multi-layer .ico with 6 sizes (16-256px)
- Windows build documentation added
2026-01-19 17:48:21 +03:00
Umbrix Developer
95383d09fc feat: update to v1.7.3 with smart asset detection and auto-install
Some checks failed
Upload store MSIX to release / upload-store-msix-to-release (push) Has been cancelled
CI / run (push) Has been cancelled
2026-01-18 20:14:19 +03:00
Umbrix Developer
76a374950f feat: mobile-like window size and always-visible stats
- Changed window size to mobile phone format (400x800)
- Removed width condition for ActiveProxyFooter - now always visible
- Added run-umbrix.sh launch script with icon copying
- Stats cards now display on all screen sizes
2026-01-17 13:09:20 +03:00