Some checks failed
CI / run (push) Has been cancelled
Two update methods now available: 1. EXE installer (requires UAC, shows SmartScreen without signature) Changes: - Added .zip asset detection with priority (portable/windows/win) - ZIP auto-install: extract → replace files → restart - Priority: .zip → .exe (portable first for better UX) - Batch script handles file replacement after app closes - No administrator rights needed for ZIP updates Benefits of ZIP: ✅ No UAC prompts ✅ No SmartScreen warnings ✅ Fast updates (just file replacement) ✅ Perfect for testing without code signing ✅ Fallback to .exe if .zip not available