We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19936b3 commit 2074c39Copy full SHA for 2074c39
Hammer.csproj
@@ -146,9 +146,4 @@
146
<None Update="RobotoMono-Regular.ttf" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" />
147
<None Include="README.md" Pack="true" PackagePath="\"/>
148
</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>
154
</Project>
0 commit comments