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