Add a winonly option to Create-DraftRelease

This commit is contained in:
Jaifroid 2023-06-04 18:44:05 +01:00
parent b2c2faa574
commit 6437185ee9

View File

@ -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,