2 Commits

Author SHA1 Message Date
f2110392e9 build: rebuild Windows binaries and update checksums
Rebuilt ostp-client, ostp-daemon, ostp-installer for Windows
- ostp-client.exe: 1.64 MB (unchanged)
- ostp-daemon.exe: 0.53 MB (unchanged)
- ostp-installer.exe: 0.37 MB (rebuilt)

Updated SHA256SUMS.txt:
- ostp-installer.exe: 8d0c759d4466e8b189ef161d6e0caac823e690bf5a82ee48308975d163728d7f

Recreated ostp-client-windows-x64.zip (1.29 MB)

Note: Windows client uses GUI (Tauri) - no todo!() crashes like Linux CLI
2026-01-02 03:44:10 +03:00
bb9692aa16 fix: build errors in ostp-guard, ostp-daemon, ostp-installer
- Make check_analysis_tools() public in ostp-guard
- Fix PWSTR type in ostp-installer (use windows::core::PWSTR)
- Remove unused imports (Context, Foundation, fileapi, minwindef)

Build artifacts in dist/:
- Linux x64: ostp-server (9.2 MB), oncp-master (4.8 MB)
- Windows x64: ostp-client.exe (1.64 MB), ostp-daemon.exe (0.53 MB), ostp-installer.exe (0.37 MB)
2026-01-02 02:53:16 +03:00