generated from MrSphay/codex-agent-repository-kit
Make MrTrust executable standalone
All checks were successful
Build MrTrust / build (push) Successful in 3m49s
All checks were successful
Build MrTrust / build (push) Successful in 3m49s
This commit is contained in:
14
README.md
14
README.md
@@ -20,6 +20,7 @@ MrTrust does not bypass Microsoft Defender or SmartScreen. Windows can still sca
|
||||
- `scripts/Sign-MrTrustProject.ps1` signs `.exe`, `.msi`, `.ps1`, and other Authenticode-compatible files.
|
||||
- `scripts/New-MrTrustRelease.ps1` builds a distributable ZIP package.
|
||||
- `docs/integration-prompt.md` is a prompt you can paste into other Windows projects.
|
||||
- `MrTrust.exe` is standalone for normal users. It embeds the public certificates and runtime scripts.
|
||||
|
||||
## Quick Start For MrSphay
|
||||
|
||||
@@ -72,18 +73,7 @@ The Gitea workflow `.gitea/workflows/build.yml` builds the Windows launcher EXE
|
||||
|
||||
## User Installation
|
||||
|
||||
For normal users, distribute MrTrust with the public certificate file:
|
||||
|
||||
```text
|
||||
assets\certificates\MrSphay-LocalTrust-Root.cer
|
||||
assets\certificates\MrSphay-CodeSigning.cer
|
||||
```
|
||||
|
||||
The user runs:
|
||||
|
||||
```powershell
|
||||
.\MrTrust.ps1 gui
|
||||
```
|
||||
For normal users, distribute `MrTrust.exe`. The executable embeds the public certificate files and opens the GUI by default.
|
||||
|
||||
By default, MrTrust installs trust only for the current Windows user:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user