Skip to content

Commit d89fcbb

Browse files
authored
Link to release instead of nightly in Windows install script
What was I thinking?
1 parent 9974069 commit d89fcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (Test-Path $env:USERPROFILE\scoop) {
33
exit
44
}
55

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

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

0 commit comments

Comments
ย (0)