mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[PR #66] [CLOSED] Copilot/fix icon display issue #68
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/66
Author: @Nerdy-Technician
Created: 10/9/2025
Status: ❌ Closed
Base:
develop← Head:copilot/fix-icon-display-issue📝 Commits (10+)
c844d3dInitial planbf4b61dAdd Windows system tray icon support6954fc5Fix build tag placement and update documentation6d90e98Merge pull request #1 from Brandon-Roff/copilot/add-windows-tray-icon4beace6Initial plan601bae9Add comprehensive build automation toolsfa78211Add comprehensive BUILD.md documentationd1a8451Add QUICKSTART.md for fastest path to building EXE091b066Merge pull request #2 from Brandon-Roff/copilot/compile-exe-file05fa822Initial plan📊 Changes
18 files changed (+1132 additions, -6 deletions)
View changed files
📝
.gitignore(+7 -2)➕
BUILD.md(+255 -0)➕
ICON_FIX.md(+90 -0)➕
Makefile(+91 -0)➕
QUICKSTART.md(+65 -0)📝
README.md(+84 -1)➕
agent/tray_unix.go(+25 -0)➕
agent/tray_windows.go(+190 -0)➕
build.ps1(+88 -0)➕
build.sh(+141 -0)➕
build/onit.bmp(+0 -0)➕
build/onit.ico(+0 -0)📝
build/setup.iss(+3 -3)➕
generate-resources.ps1(+24 -0)➕
generate-resources.sh(+31 -0)📝
go.mod(+9 -0)📝
go.sum(+23 -0)📝
main.go(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.