rssguard/resources/scripts/github-actions/build-windows.ps1
Martin Rotter a853935eff Actions
2020-12-08 11:34:07 +01:00

5 lines
No EOL
118 B
PowerShell
Executable file

$os = $args[0]
$webengine = $args[1]
echo "We are building for MS Windows."
echo "OS: $os; WebEngine: $webengine"