Due to the limitation of github actions form, the fullscreen option is temporarily blocked

This commit is contained in:
Tlntin
2023-03-18 12:04:40 +08:00
parent b267b690ff
commit 2e07fa2b98

View File

@@ -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" ) {