aboutsummaryrefslogtreecommitdiff
path: root/setup/windows/inst.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenSSL dependency check to Windows installer魏曹先生2026-01-071-2/+13
| | | | | | The installer now verifies OpenSSL is available and shows a popup warning if not found. This ensures users are aware of the dependency for key generation functionality.
* Add Windows installer and export scriptsWeicao-CatilGrass2025-12-101-0/+8
- Add Inno Setup configuration for Windows installer - Add PowerShell scripts for installation and uninstallation - Create Windows-specific export script - Update existing export script to suppress build output - Include application icon for installer