From 2a0280f04641d294b01a871ad59d6535258f6b6e Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 19 Apr 2023 23:09:42 +0800 Subject: [PATCH] add menu for MacOS default on pake-cli actions --- script/build_with_pake_cli.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/build_with_pake_cli.ps1 b/script/build_with_pake_cli.ps1 index 54b4d26..004186a 100644 --- a/script/build_with_pake_cli.ps1 +++ b/script/build_with_pake_cli.ps1 @@ -80,6 +80,11 @@ if ($IsLinux) { ${Params}="${Params} --show-system-tray" } +# add menu for MacOS default +if ($IsMacOS) { + ${Params}="${Params} --show-menu" +} + Write-Host "Pake parameters is: ${Params}" Write-Host "compile...." Invoke-Expression $Params