Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored May 10, 2024
1 parent cb9ac51 commit 0f5a4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Update-SmartProjects.IsoBuster.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ else {
# Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
# .\wingetcreate.exe update $wingetPackage -s -v $latestVersion -u "$latestVersionUrl" --prtitle $prMessage -t $gitToken
Invoke-WebRequest "https://github.com/russellbanks/Komac/releases/download/v2.2.1/KomacPortable-x64.exe" -OutFile komac.exe
.\komac.exe update --identifier $wingetPackage --version $latestVersion --urls $url -s -t $gitToken
.\komac.exe update --identifier $wingetPackage --version $latestVersion --urls $url.replace("%20"," ") -s -t $gitToken
}
else {
Write-Output "$foundMessage"
Expand Down

0 comments on commit 0f5a4b0

Please sign in to comment.