Skip to content

Commit

Permalink
fix: Path for downloaded software
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Jun 15, 2020
1 parent 3396f01 commit 8bfff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/keepass.install/update.ps1
Expand Up @@ -11,7 +11,7 @@ function global:au_SearchReplace {

function global:au_BeforeUpdate() {
Invoke-WebRequest -Uri $Latest.Url32 -UserAgent [Microsoft.PowerShell.Commands.PSUserAgent]::FireFox `
-UseBasicParsing -OutFile "tools\KeePass-Setup.exe"
-UseBasicParsing -OutFile 'KeePass-Setup.exe'
}

function global:au_AfterUpdate {
Expand Down

0 comments on commit 8bfff35

Please sign in to comment.