Due to the limitation of github actions form, the fullscreen option is temporarily blocked
This commit is contained in:
8
script/build_with_pake_cli.ps1
vendored
8
script/build_with_pake_cli.ps1
vendored
@@ -15,7 +15,7 @@ Write-Host "icon: " $env:ICON
|
|||||||
Write-Host "height: " $env:HEIGHT
|
Write-Host "height: " $env:HEIGHT
|
||||||
Write-Host "width: " $env:WIDTH
|
Write-Host "width: " $env:WIDTH
|
||||||
Write-Host "transparent: " $env:TRANSPARENT
|
Write-Host "transparent: " $env:TRANSPARENT
|
||||||
Write-Host "fullscreen: " $env:FULLSCREEN
|
# Write-Host "fullscreen: " $env:FULLSCREEN
|
||||||
Write-Host "resize: " $env:RESIZE
|
Write-Host "resize: " $env:RESIZE
|
||||||
Write-Host "is multi arch? only for Mac: " $env:MULTI_ARCH
|
Write-Host "is multi arch? only for Mac: " $env:MULTI_ARCH
|
||||||
Write-Host "targets type? only for Linux: " $env:TARGETS
|
Write-Host "targets type? only for Linux: " $env:TARGETS
|
||||||
@@ -49,9 +49,9 @@ if ("$env:TRANSPARENT" -eq "true") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# fullscreen
|
# fullscreen
|
||||||
if ("$env:FULLSCREEN" -eq "true") {
|
# if ("$env:FULLSCREEN" -eq "true") {
|
||||||
${Params}="${Params} --fullscreen"
|
# ${Params}="${Params} --fullscreen"
|
||||||
}
|
# }
|
||||||
|
|
||||||
# resize
|
# resize
|
||||||
if ("$env:FULLSCREEN" -eq "true" ) {
|
if ("$env:FULLSCREEN" -eq "true" ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user