proton-bridge/utils/bridge_app_version.ps1

2 lines
176 B
PowerShell

Select-String -Path (Join-Path $PSScriptRoot "../Makefile") -Pattern "^BRIDGE_APP_VERSION\?=(\S*)" |
ForEach-Object {$_.Matches} | ForEach-Object { $_.Groups[1].Value }