From 6437185ee95447ec1b9b4b01192db4b1a60240a0 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 4 Jun 2023 18:44:05 +0100 Subject: [PATCH] Add a winonly option to Create-DraftRelease --- scripts/Create-DraftRelease.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Create-DraftRelease.ps1 b/scripts/Create-DraftRelease.ps1 index af16b1e8..7e09b00e 100644 --- a/scripts/Create-DraftRelease.ps1 +++ b/scripts/Create-DraftRelease.ps1 @@ -6,6 +6,7 @@ param ( [switch]$skipsigning = $false, [switch]$draftonly = $false, [switch]$buildonly = $false, + [switch]$winonly = $false, # Only builds Windows apps (primarily for testing, because building Linux apps is slow with WSL) [string]$electronbuild = "", # 'local' or 'cloud' [switch]$portableonly = $false, # If set, only the portable electron build will be built. Implies local electron build. [switch]$updatewinget = $false,