Commit Graph
5 Commits
Author SHA1 Message Date
aria.hacker a0e7aa8f52 Fix VirtViewer detection on Windows + manual path override
VirtViewer's installer folder name includes the version number
(e.g. "VirtViewer v11.0-256"), so the previous hardcoded path never
matched a real install. Now scans Program Files for any VirtViewer*
folder, and adds a Settings dialog (Windows only) to pick the
remote-viewer.exe path manually as a fallback.
2026-07-06 10:02:53 +02:00
aria.hacker 98adbefefe Fix icon.ico: embed proper multi-size icon (was only 16x16) 2026-07-06 09:40:27 +02:00
aria.hacker 60484012ca Add author/homepage metadata required for deb build 2026-07-06 09:37:54 +02:00
aria.hacker 6b73280acc Add placeholder app icons for build 2026-07-06 09:34:23 +02:00
aria.hacker 47db668ccc feat: Installer mit automatischer VirtViewer-Abhängigkeit
- Windows NSIS: lädt VirtViewer MSI herunter und installiert es
  während der App-Installation (via PowerShell + msiexec)
- Linux .deb: Depends: virt-viewer — apt zieht es automatisch rein
- Linux AppImage: Startup-Check mit pkexec-Dialog falls virt-viewer fehlt
- BUILD.md aktualisiert: Installer-Verhalten dokumentiert
2026-07-03 02:56:23 +02:00