CI: Also give Windows apps a start size

Apparently they need that just like on MacOS
This commit is contained in:
Peter Hartmann 2022-05-02 16:57:02 +02:00
parent 927cea01cc
commit 50785f0031
1 changed files with 3 additions and 3 deletions

View File

@ -232,7 +232,7 @@ jobs:
run: | run: |
$Env:PATH += ";lib;plugins\skins" $Env:PATH += ";lib;plugins\skins"
echo "starting iotdashboard" echo "starting iotdashboard"
Start-Process .\examples\bin\iotdashboard Start-Process .\examples\bin\iotdashboard -ArgumentList "-qwindowgeometry 1024x600+0+0"
Start-Sleep -s 10 Start-Sleep -s 10
- uses: OrbitalOwen/desktop-screenshot-action@0.1 - uses: OrbitalOwen/desktop-screenshot-action@0.1
with: with:
@ -287,7 +287,7 @@ jobs:
run: | run: |
$Env:PATH += ";lib;plugins\skins" $Env:PATH += ";lib;plugins\skins"
echo "starting gallery" echo "starting gallery"
Start-Process .\examples\bin\gallery Start-Process .\examples\bin\gallery -ArgumentList "-qwindowgeometry 1024x600+0+0"
Start-Sleep -s 10 Start-Sleep -s 10
- uses: OrbitalOwen/desktop-screenshot-action@0.1 - uses: OrbitalOwen/desktop-screenshot-action@0.1
with: with:
@ -342,7 +342,7 @@ jobs:
run: | run: |
$Env:PATH += ";lib;plugins\skins" $Env:PATH += ";lib;plugins\skins"
echo "starting gallery" echo "starting gallery"
Start-Process .\examples\bin\gallery Start-Process .\examples\bin\gallery -ArgumentList "-qwindowgeometry 1024x600+0+0"
Start-Sleep -s 10 Start-Sleep -s 10
- uses: OrbitalOwen/desktop-screenshot-action@0.1 - uses: OrbitalOwen/desktop-screenshot-action@0.1
with: with: