mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[PR #74] Use real exe path #73
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#73
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/74
Author: @kirill-567
Created: 2/18/2026
Status: 🔄 Open
Base:
develop← Head:feature/use-real-exe-path📝 Commits (10+)
627442dAdded openframe mode69abb80Removed profilesab21bfeUse openframe prefix059e31fUse openframe prefixbe91190Gitignoref16836bOpenframe prefix1f54938Refactoring4f7f2ddRefactoring79797d1Refactoring4bd0a5bRefactoring📊 Changes
23 files changed (+1142 additions, -136 deletions)
View changed files
➕
.github/PULL_REQUEST_TEMPLATE.md(+10 -0)➕
.github/steps/sign-macos-package/action.yml(+114 -0)➕
.github/steps/sign-windows-package/action.yml(+76 -0)➖
.github/workflows/ci.yml(+0 -42)➕
.github/workflows/release.yml(+184 -0)➕
.github/workflows/test.yml(+85 -0)📝
.gitignore(+2 -0)📝
README.md(+216 -5)📝
agent/agent.go(+79 -12)📝
agent/agent_unix.go(+2 -0)📝
agent/agent_windows.go(+4 -0)📝
agent/install.go(+85 -50)📝
agent/install_unix.go(+9 -1)📝
agent/install_windows.go(+13 -1)➕
agent/openframe_connection_manager.go(+47 -0)➕
agent/openframe_encryption_service.go(+55 -0)➕
agent/openframe_token_extractor.go(+37 -0)➕
agent/openframe_token_refresher.go(+71 -0)📝
agent/rpc.go(+31 -21)📝
go.mod(+1 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.