Skip to content

Commit

Permalink
Fix Install Script
Browse files Browse the repository at this point in the history
  • Loading branch information
MostOriginalIGN committed Jan 1, 2023
1 parent 8629009 commit 8d12a94
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 @@ -67,7 +67,7 @@ if ($PSVersionTable.PSVersion.Major -gt $PSMinVersion) {

if (-not $version) {
$latest_release_uri =
"https://api.github.com/repos/Astrogamer54/minimalistic-desktop/releases"
"https://api.github.com/repos/Astrogamer54/minimalistic-desktop/releases/latest"
Write-Part "DOWNLOADING "; Write-Emphasized $latest_release_urisp_dir
$latest_release_json = Invoke-WebRequest -Uri $latest_release_uri -UseBasicParsing
Write-Done
Expand Down

0 comments on commit 8d12a94

Please sign in to comment.