From a2c3387e0ee5fc1964e57c599678aca77ef32c26 Mon Sep 17 00:00:00 2001 From: Marco van den Oever Date: Sun, 28 Apr 2024 21:41:49 +0200 Subject: [PATCH] Added WinGet release instructions --- winget/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 winget/README.md diff --git a/winget/README.md b/winget/README.md new file mode 100644 index 00000000..760e57ae --- /dev/null +++ b/winget/README.md @@ -0,0 +1,23 @@ +# Creating a WinGet release + +*Replace 2.0.8 with the actual version.* + +## Create Release + +```ps1 +./src/build.ps1 --target PublishRelease --github-token +``` + +## Prepare Manifest PR +- Clone the [WinGet manifest repo](https://github.com/microsoft/winget-pkgs). +- Copy ```~/winget/2.0.8/``` to ```~/manifests/f/flyingpie/windows-terminal-quake/2.0.8/``` + +## Test Release +- Get [SandboxTest.ps1](https://github.com/microsoft/winget-pkgs/blob/master/Tools/SandboxTest.ps1). +- Test in sandbox: +```ps1 +./SandboxTest.ps1 -Manifest winget-pkgs\manifests\f\flyingpie\windows-terminal-quake\2.0.8\ +``` + +## Create PR +And wait.