File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 71
71
72
72
<!-- ******* Create Installers ******* -->
73
73
74
- <ItemGroup >
74
+ <!-- < ItemGroup>
75
75
<InstallerToBuild Include="HandBrake.Installer\*wixproj" Exclude="$(MSBuildProjectFile)" >
76
76
<AdditionalProperties>HBPROFILE=$(Platform)</AdditionalProperties>
77
77
</InstallerToBuild>
78
- </ItemGroup >
78
+ </ItemGroup>-->
79
79
80
80
<Target Name =" BuildInstaller" >
81
81
<Exec Command =" makensis $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\MakeNightly64.nsi" Condition =" '$(Profile)'=='Nightly'" />
82
82
<Exec Command =" makensis $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\Installer64.nsi" Condition =" '$(Profile)'=='Release'" />
83
83
84
84
<!-- Wix Installer -->
85
+ <!-- Note: Disabled for now. Future of the WIX installer to be determined.
85
86
<MSBuild Projects ="@(InstallerToBuild)" ContinueOnError ="false" Properties="Configuration=$(Configuration)" >
86
87
<Output ItemName="OutputFiles" TaskParameter="TargetOutputs"/>
87
88
</MSBuild>
88
89
89
90
<Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\HandBrake-$(Profile)-ARM64-Win_GUI.msi /Y" Condition="'$(Platform)'=='arm64'" />
90
91
<Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\HandBrake-$(Profile)-x86_64-Win_GUI.msi /Y" Condition="'$(Platform)'=='x64'" />
91
-
92
+ -->
92
93
<!-- Tidy up -->
93
94
<Exec Command =" del $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\*.nsi" />
94
95
<Exec Command =" del $(MSBuildProjectDirectory)\HandBrakeWPF\bin\publish\*.bmp" />
You can’t perform that action at this time.
0 commit comments