Skip to content

Commit

Permalink
Link to release instead of nightly in Windows install script
Browse files Browse the repository at this point in the history
What was I thinking?
  • Loading branch information
Slackadays authored Oct 21, 2024
1 parent 9974069 commit d89fcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (Test-Path $env:USERPROFILE\scoop) {
exit
}

Invoke-WebRequest https://nightly.link/Slackadays/Clipboard/workflows/build-clipboard/main/clipboard-windows-amd64.zip -OutFile clipboard-windows-amd64.zip
Invoke-WebRequest https://github.com/Slackadays/Clipboard/releases/latest/download/clipboard-windows-amd64.zip -OutFile clipboard-windows-amd64.zip
Expand-Archive clipboard-windows-amd64.zip -DestinationPath .\clipboard-windows-amd64

New-Item -ItemType Directory -Force -Path "C:\Program Files\Clipboard"
Expand Down

0 comments on commit d89fcbb

Please sign in to comment.