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