Skip to content

Commit

Permalink
Update installer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Feb 27, 2024
1 parent db8376c commit c1fd8db
Showing 1 changed file with 1 addition and 1 deletion.
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 = "%LOCALAPPDATA%\PowerToys\RunPlugins\BitwardenPlugin"
$installLocation = "%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins\BitwardenPlugin"

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

0 comments on commit c1fd8db

Please sign in to comment.