mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
5 lines
130 B
Bash
5 lines
130 B
Bash
SRC_ROOT="$PWD"
|
|
DEPLOYMENT="$SRC_ROOT/deployment"
|
|
BUILD="$SRC_ROOT/build"
|
|
version_standalone="nekoray-"$(cat nekoray_version.txt)
|