proton-bridge/utils/bridge_app_version.sh

3 lines
82 B
Bash
Executable File

#!/bin/sh
sed -n "s/BRIDGE_APP_VERSION?=\(\S*\)/\1/p" "$(dirname $0)/../Makefile"