moving the license.rtf file out of the root dir. compiled both msix and msi and both worked. (#1565)

This commit is contained in:
Clint Rutkas
2020-03-13 08:48:24 -07:00
committed by GitHub
parent 0af6348913
commit 8c17d825d9
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<Package ID="PowerToys-x64" ProcessorArchitecture="x64">
<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="PowerToys.exe" SourcePath="..\..\x64\Release\PowerToys.exe"/>