From 2e07fa2b987644ab5688cf1e8e9cd46e2f6f7af3 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 18 Mar 2023 12:04:40 +0800 Subject: [PATCH] Due to the limitation of github actions form, the fullscreen option is temporarily blocked --- script/build_with_pake_cli.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/build_with_pake_cli.ps1 b/script/build_with_pake_cli.ps1 index f48cdcc..ac1cf97 100644 --- a/script/build_with_pake_cli.ps1 +++ b/script/build_with_pake_cli.ps1 @@ -15,7 +15,7 @@ Write-Host "icon: " $env:ICON Write-Host "height: " $env:HEIGHT Write-Host "width: " $env:WIDTH Write-Host "transparent: " $env:TRANSPARENT -Write-Host "fullscreen: " $env:FULLSCREEN +# Write-Host "fullscreen: " $env:FULLSCREEN Write-Host "resize: " $env:RESIZE Write-Host "is multi arch? only for Mac: " $env:MULTI_ARCH Write-Host "targets type? only for Linux: " $env:TARGETS @@ -49,9 +49,9 @@ if ("$env:TRANSPARENT" -eq "true") { } # fullscreen -if ("$env:FULLSCREEN" -eq "true") { - ${Params}="${Params} --fullscreen" -} +# if ("$env:FULLSCREEN" -eq "true") { +# ${Params}="${Params} --fullscreen" +# } # resize if ("$env:FULLSCREEN" -eq "true" ) {