mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
6 lines
164 B
Text
6 lines
164 B
Text
|
|
# This file must be sourced from the release scripts directory
|
||
|
|
WORK_DIR="$PWD/work"
|
||
|
|
OUTPUT_DIR="$PWD/output"
|
||
|
|
|
||
|
|
VERSION="${VERSION:-$(git describe --tags --always)}"
|