mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-05 06:11:49 +03:00
Minor fixes (typo, fix git owner too)
This commit is contained in:
@@ -17,7 +17,7 @@ tar xf /root/godot.tar.gz --strip-components=1
|
|||||||
# Classical
|
# Classical
|
||||||
|
|
||||||
if [ "${CLASSICAL}" == "1" ]; then
|
if [ "${CLASSICAL}" == "1" ]; then
|
||||||
echo "Starting classical build for Server..."
|
echo "Starting classical build for UWP..."
|
||||||
|
|
||||||
for arch in ${BUILD_ARCHES}; do
|
for arch in ${BUILD_ARCHES}; do
|
||||||
for release in release release_debug; do
|
for release in release release_debug; do
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -212,5 +212,5 @@ mkdir -p ${basedir}/out/uwp
|
|||||||
${podman_run} --ulimit nofile=32768:32768 -v ${basedir}/build-uwp:/root/build -v ${basedir}/out/uwp:/root/out ${registry}/godot-private/uwp:latest bash build/build.sh 2>&1 | tee ${basedir}/out/logs/uwp
|
${podman_run} --ulimit nofile=32768:32768 -v ${basedir}/build-uwp:/root/build -v ${basedir}/out/uwp:/root/out ${registry}/godot-private/uwp:latest bash build/build.sh 2>&1 | tee ${basedir}/out/logs/uwp
|
||||||
|
|
||||||
if [ ! -z "$SUDO_UID" ]; then
|
if [ ! -z "$SUDO_UID" ]; then
|
||||||
chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/out ${basedir}/mono-glue ${basedir}/godot.tar.gz
|
chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/git ${basedir}/out ${basedir}/mono-glue ${basedir}/godot*.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user