forked from Silverfish/proton-bridge
2 lines
176 B
PowerShell
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 } |