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