Skip to content

Commit

Permalink
Added WinGet release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Apr 28, 2024
1 parent 5ca0b2d commit a2c3387
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions winget/README.md
Original file line number Diff line number Diff line change
@@ -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 <GH_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.

0 comments on commit a2c3387

Please sign in to comment.