fix: msi, custom client, license (#7834)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-04-26 13:49:53 +08:00
committed by GitHub
parent 9d3c823603
commit 2b3f87d6f2
3 changed files with 16 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<Icon Id="AppIcon" SourceFile="Resources\icon.ico" />
<!-- User Interface -->
<WixVariable Id="WixUILicenseRtf" Value="RustDesk License.rtf" />
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
<ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
<UIRef Id="WixUI_ErrorProgressText" />