mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
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 } |