mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-07 01:58:04 +03:00
data: fix URLs in wxs file
The download site is on virt-manager.org, not virt-tools.org, so lets use that site, with TLS too. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
7040dded11
commit
df4f0a8d4f
@ -43,11 +43,11 @@
|
||||
<Package InstallerVersion="200" Compressed="yes" Comments="comments" InstallScope="perMachine"/>
|
||||
<Media Id="1" Cabinet="cabinet.cab" EmbedCab="yes"/>
|
||||
|
||||
<Property Id="ARPHELPLINK" Value="http://www.virt-tools.org"/>
|
||||
<Property Id="ARPHELPLINK" Value="https://www.virt-manager.org"/>
|
||||
<Property Id="ARPNOMODIFY" Value="1"/>
|
||||
<Property Id="ARPNOREPAIR" Value="1"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="virt-viewer.ico"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://www.virt-tools.org/about"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://www.virt-manager.org"/>
|
||||
<Upgrade Id="$(var.UpgradeCode)">
|
||||
<UpgradeVersion Minimum="$(var.Version)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
|
||||
<UpgradeVersion Minimum="0.0.0" Maximum="$(var.Version)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user