mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-22 09:57:30 +00:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
# This file must be sourced from the release scripts directory
|
||
|
WORK_DIR="$PWD/work"
|
||
|
OUTPUT_DIR="$PWD/output"
|
||
|
|
||
|
VERSION="${VERSION:-$(git describe --tags --always)}"
|