Build Windows EXE on Ubuntu runner
All checks were successful
Build MrTrust / build (push) Successful in 1m37s

This commit is contained in:
MrSphay
2026-05-16 00:03:58 +02:00
parent 319ea1ca8d
commit 46026cb62c
4 changed files with 50 additions and 24 deletions

View File

@@ -68,8 +68,7 @@ Build a user-facing ZIP release:
.\scripts\New-MrTrustRelease.ps1 -Version 0.1.0
```
The Gitea workflow `.gitea/workflows/build.yml` builds the same ZIP on a Windows runner and uploads it as an artifact.
If the Windows runner has the private signing certificate installed, set `MRTRUST_SIGNING_THUMBPRINT` to sign the launcher during the build.
The Gitea workflow `.gitea/workflows/build.yml` builds the Windows launcher EXE on an `ubuntu-latest` runner with .NET Windows cross-targeting, then uploads the ZIP as an artifact.
## User Installation