Skip to content

Commit

Permalink
fix windev (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Aug 8, 2024
1 parent 138c5de commit 6ff815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Get-LatestRelease {
function RedirectToLatestPreRelease {
$latestRelease = Get-LatestRelease
if ($latestRelease) {
$url = "https://raw.githubusercontent.com/ChrisTitusTech/winutil/$latestRelease/winutil.ps1"
$url = "https://github.com/ChrisTitusTech/winutil/releases/download/$latestRelease/winutil.ps1"
} else {
Write-Host 'Unable to determine latest pre-release version.' -ForegroundColor Red
Write-Host "Using latest Full Release"
Expand Down

0 comments on commit 6ff815e

Please sign in to comment.