2
0

Add Gitea Actions workflows and remove old Dell logo

- Add build.yaml for CI on push/PR
- Add release.yaml for automated releases on version tags
- Remove unused DellLogo.ico

To create a release, push a tag: git tag v1.0.0 && git push --tags

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-04 00:56:49 -05:00
parent ab1b4c7c0e
commit 0731d770a1
4 changed files with 80 additions and 2 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

View File

@@ -26,12 +26,10 @@
</PropertyGroup>
<ItemGroup>
<None Remove="DellLogo.ico" />
<None Remove="MonitorIcon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="DellLogo.ico" />
<Resource Include="MonitorIcon.ico" />
</ItemGroup>