Skip to content

Commit d30288e

Browse files
committed
clean build output
1 parent 35a1b47 commit d30288e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

OpenHardwareMonitor/OpenHardwareMonitor.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@
8484
<None Include="Resources\app.manifest" />
8585
<None Include="Resources\icon.ico" />
8686
</ItemGroup>
87+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
88+
<Exec Command="for %%f in ($(OutDir)\*) do if not %%~xf==.exe del /S /Q &quot;%%f&quot;" />
89+
</Target>
8790
</Project>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ You can see information about devices such as:
2727

2828
**or download build from [releases](https://github.com/sergiye/openhardwaremonitor/releases).**
2929

30+
### Auto builds
31+
If you have a **GitHub** account, you can download nightly builds [here](https://github.com/sergiye/openhardwaremonitor/actions).
3032

3133
## How can I help improve it?
3234
The OpenHardwareMonitor team welcomes feedback and contributions!<br/>

0 commit comments

Comments
 (0)