Fix broken VirtViewer download links (virt-manager.org dead, use gitlab.com release)
This commit is contained in:
+3
-3
@@ -18,7 +18,7 @@ Jetzt automatisch herunterladen und installieren (ca. 30 MB)?" \
|
||||
DetailPrint "Lade VirtViewer herunter..."
|
||||
nsExec::ExecToLog 'powershell.exe -NonInteractive -Command \
|
||||
"Invoke-WebRequest \
|
||||
-Uri \"https://virt-manager.org/download/virt-viewer-x64.msi\" \
|
||||
-Uri \"https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0/downloads/virt-viewer-x64-11.0-1.0.msi\" \
|
||||
-OutFile \"$TEMP\virt-viewer-setup.msi\" \
|
||||
-UseBasicParsing"'
|
||||
Pop $0
|
||||
@@ -26,7 +26,7 @@ Jetzt automatisch herunterladen und installieren (ca. 30 MB)?" \
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION \
|
||||
"Download fehlgeschlagen (Fehlercode: $0).$\n$\n\
|
||||
Bitte VirtViewer nach der Installation manuell installieren:$\n\
|
||||
https://virt-manager.org/download/"
|
||||
https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0"
|
||||
Goto vv_skip
|
||||
${EndIf}
|
||||
|
||||
@@ -40,7 +40,7 @@ https://virt-manager.org/download/"
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION \
|
||||
"VirtViewer-Installation schlug fehl (Code: $0).$\n$\n\
|
||||
Bitte nach Abschluss manuell installieren:$\n\
|
||||
https://virt-manager.org/download/"
|
||||
https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0"
|
||||
${EndIf}
|
||||
Goto vv_skip
|
||||
|
||||
|
||||
+1
-1
@@ -303,7 +303,7 @@ function launchRemoteViewer(vvPath) {
|
||||
if (i >= candidates.length) {
|
||||
const hint =
|
||||
process.platform === 'win32'
|
||||
? 'Windows: https://virt-manager.org/download/\n\n' +
|
||||
? 'Windows: https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0\n\n' +
|
||||
'Falls VirtViewer an einem nicht-standardmäßigen Ort installiert ist, ' +
|
||||
'trage den Pfad unter „Einstellungen → Viewer-Pfad" ein.'
|
||||
: 'Linux: sudo apt install virt-viewer';
|
||||
|
||||
Reference in New Issue
Block a user