mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
Update WingetPublish.ps1
This commit is contained in:
@@ -58,7 +58,7 @@ Version: $version
|
||||
Url: $msiUrl
|
||||
"
|
||||
|
||||
$actionInput = Read-Host -Prompt "Do you want to update the manifest with the current release v$version? (Y/Yes or N/No)"
|
||||
$actionInput = Read-Host -Prompt "Do you want to update the manifest with the current release v$($version)? (Y/Yes or N/No)"
|
||||
if($actionInput -eq "y" || $actionInput -eq "yes")
|
||||
{
|
||||
Remove-Item $outputFolder -Recurse -ErrorAction Ignore # Clean
|
||||
|
||||
Reference in New Issue
Block a user