Skip to content

Commit 2074c39

Browse files
authored
Remove dodgy sed call which breaks on Windows (#444)
1 parent 19936b3 commit 2074c39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Hammer.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,4 @@
146146
<None Update="RobotoMono-Regular.ttf" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" />
147147
<None Include="README.md" Pack="true" PackagePath="\"/>
148148
</ItemGroup>
149-
150-
<!-- doesn't work - file included in package does not have the change -->
151-
<Target Name="PrepQmlForPacking" AfterTargets="PublishBuild" BeforeTargets="GenerateNuspec">
152-
<Exec Command="sed -i 's|// import appmodel 1.0|import appmodel 1.0|g' $(PublishDir)/Main.qml" />
153-
</Target>
154149
</Project>

0 commit comments

Comments
 (0)