File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " %%f" " />
89+ </Target >
8790</Project >
Original file line number Diff line number Diff 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?
3234The OpenHardwareMonitor team welcomes feedback and contributions!<br />
You can’t perform that action at this time.
0 commit comments