Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-03-27 02:21:00 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-03-27 02:21:00 +0300
commit7441ce94d9f7c9a2575d8d18a83a9b40b6496326 (patch)
tree98873b135949ffbb0d1830f99dd032d572209288 /build
parentde0374cf63d8fa96ce3be25166028ed3a350e5b3 (diff)
Update wingetPublish.ps1
Diffstat (limited to 'build')
-rw-r--r--build/package-manager/wingetPublish.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/build/package-manager/wingetPublish.ps1 b/build/package-manager/wingetPublish.ps1
index a2d808c..333d405 100644
--- a/build/package-manager/wingetPublish.ps1
+++ b/build/package-manager/wingetPublish.ps1
@@ -6,7 +6,7 @@ Set-Location $PSScriptRoot
####################################
# Variables
$projectAPIUrl = "https://api.github.com/repos/sn4k3/UVtools/releases/latest"
-$outputFolder = "winget-pr-manifests"
+$outputFolder = "manifests"
$msiUrl = $null
Write-Output "
@@ -59,7 +59,7 @@ Url: $msiUrl
"
$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")
+if($actionInput -eq "y" -or $actionInput -eq "yes")
{
Remove-Item $outputFolder -Recurse -ErrorAction Ignore # Clean
#wingetcreate.exe update PTRTECH.UVtools --interactive