Skip to content

Commit

Permalink
WinGui: AppX Builder: Adding pre-build event to copy the latest relea…
Browse files Browse the repository at this point in the history
…se files to the win32 folder.
  • Loading branch information
sr55 committed Sep 3, 2017
1 parent af03073 commit 8ed1ba6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions win/CS/HandBrakeAppX/HandBrakeAppX.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@
<!-- To modify your build process, add your task inside one of the targets below then uncomment
that target and the DisableFastUpToDateCheck PropertyGroup.
Other similar extension points exist, see Microsoft.Common.targets. -->
<!--<Target Name="BeforeBuild">
<Target Name="BeforeBuild">
<Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.exe win32 /I /Y" />
<Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.dll win32 /I /Y" />
<Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.config win32 /I /Y" />
</Target>
<Target Name="AfterBuild">
<!-- <Target Name="AfterBuild">
</Target>
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
Expand Down

0 comments on commit 8ed1ba6

Please sign in to comment.