Move installer to destination directory
This reduces the garbage left behind by the installer generation script.
This commit is contained in:
parent
e27d349b2e
commit
1812024594
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<ReadLinesFromFile File="../../Version.txt">
|
||||
<Output TaskParameter="Lines" ItemName="Version" />
|
||||
</ReadLinesFromFile>
|
||||
<Copy SourceFiles=".\opentk.exe" DestinationFiles="@(Version->'../../opentk-%(Identity).exe')" />
|
||||
<Move SourceFiles=".\opentk.exe" DestinationFiles="@(Version->'../../opentk-%(Identity).exe')" />
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CreateItem Include=".\opentk.exe;..\..\opentk-*.exe">
|
||||
|
|
Loading…
Reference in a new issue