mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Add a winonly option to Create-DraftRelease
This commit is contained in:
parent
b2c2faa574
commit
6437185ee9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user