Skip to content

Commit

Permalink
Merge branch 'main' into feat_update_all_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot authored May 30, 2024
2 parents ffca1ab + 50fe8ab commit 33a2e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Then restart PowerToys
**Or manually:**

1. Download the latest release of the Winget Plugin from the [releases page](https://github.com/bostrot/PowerToysRunPluginWinget/releases).
2. Extract the zip file's contents to your PowerToys modules directory (usually `%LOCALAPPDATA%\PowerToys\RunPlugins`).
2. Extract the zip file's contents to your PowerToys modules directory (usually `%LOCALAPPDATA%\Microsoft\PowerToys\RunPlugins`).
3. Restart PowerToys.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion installer.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PowerShell script that downloads latest release from GitHub and installs it to PowerToys Run plugin folder
# Usage: .\installer.ps1

$installLocation = "$env:LOCALAPPDATA\PowerToys\RunPlugins\Winget"
$installLocation = "$env:LOCALAPPDATA\Microsoft\PowerToys\PowerToys Run\Plugins\Winget"

# Get latest release from GitHub
$latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/bostrot/PowerToysRunPluginWinget/releases/latest"
Expand Down

0 comments on commit 33a2e20

Please sign in to comment.