We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9974069 commit d89fcbbCopy full SHA for d89fcbb
โinstall.ps1
@@ -3,7 +3,7 @@ if (Test-Path $env:USERPROFILE\scoop) {
3
exit
4
}
5
6
-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
7
Expand-Archive clipboard-windows-amd64.zip -DestinationPath .\clipboard-windows-amd64
8
9
New-Item -ItemType Directory -Force -Path "C:\Program Files\Clipboard"
0 commit comments