mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
moving the license.rtf file out of the root dir. compiled both msix and msi and both worked. (#1565)
This commit is contained in:
parent
0af6348913
commit
8c17d825d9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<Package ID="PowerToys-x64" ProcessorArchitecture="x64">
|
<Package ID="PowerToys-x64" ProcessorArchitecture="x64">
|
||||||
<Files>
|
<Files>
|
||||||
<File DestinationPath="License.rtf" SourcePath="..\..\License.rtf"/>
|
<File DestinationPath="License.rtf" SourcePath="..\License.rtf"/>
|
||||||
|
|
||||||
<File DestinationPath="action_runner.exe" SourcePath="..\..\x64\Release\action_runner.exe"/>
|
<File DestinationPath="action_runner.exe" SourcePath="..\..\x64\Release\action_runner.exe"/>
|
||||||
<File DestinationPath="PowerToys.exe" SourcePath="..\..\x64\Release\PowerToys.exe"/>
|
<File DestinationPath="PowerToys.exe" SourcePath="..\..\x64\Release\PowerToys.exe"/>
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
</UI>
|
</UI>
|
||||||
<WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectDir)\Bitmaps\banner.bmp" />
|
<WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectDir)\Bitmaps\banner.bmp" />
|
||||||
<WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectDir)\Bitmaps\dialog.bmp" />
|
<WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectDir)\Bitmaps\dialog.bmp" />
|
||||||
<WixVariable Id="WixUILicenseRtf" Value="$(var.RepoDir)\License.rtf" />
|
<WixVariable Id="WixUILicenseRtf" Value="$(var.RepoDir)\installer\License.rtf" />
|
||||||
<Property Id="INSTALLSTARTMENUSHORTCUT" Value="1"/>
|
<Property Id="INSTALLSTARTMENUSHORTCUT" Value="1"/>
|
||||||
<Property Id="CREATESCHEDULEDTASK" Value="1"/>
|
<Property Id="CREATESCHEDULEDTASK" Value="1"/>
|
||||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
|
||||||
@ -245,7 +245,7 @@
|
|||||||
<File Id="Notifications.dll" KeyPath="yes" Checksum="yes" />
|
<File Id="Notifications.dll" KeyPath="yes" Checksum="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="License_rtf" Guid="3E5AE43B-CFB4-449B-A346-94CAAFF3312E" Win64="yes">
|
<Component Id="License_rtf" Guid="3E5AE43B-CFB4-449B-A346-94CAAFF3312E" Win64="yes">
|
||||||
<File Source="$(var.RepoDir)\License.rtf" Id="License.rtf" KeyPath="yes" />
|
<File Source="$(var.RepoDir)\installer\License.rtf" Id="License.rtf" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
<DirectoryRef Id="SvgsInstallFolder" FileSource="$(var.BinX64Dir)\svgs\">
|
<DirectoryRef Id="SvgsInstallFolder" FileSource="$(var.BinX64Dir)\svgs\">
|
||||||
|
Loading…
Reference in New Issue
Block a user