Skip to content

Commit

Permalink
Remove dodgy sed call which breaks on Windows (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Oct 9, 2021
1 parent 19936b3 commit 2074c39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Hammer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,4 @@
<None Update="RobotoMono-Regular.ttf" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" />
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!-- doesn't work - file included in package does not have the change -->
<Target Name="PrepQmlForPacking" AfterTargets="PublishBuild" BeforeTargets="GenerateNuspec">
<Exec Command="sed -i 's|// import appmodel 1.0|import appmodel 1.0|g' $(PublishDir)/Main.qml" />
</Target>
</Project>

0 comments on commit 2074c39

Please sign in to comment.