We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7435 commit abe22bbCopy full SHA for abe22bb
.gitignore
@@ -13,3 +13,4 @@ out/
13
releases/
14
sha512sums/
15
tmp/
16
+web/
build.sh
@@ -201,5 +201,5 @@ mkdir -p ${basedir}/out/uwp
201
${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
202
203
if [ ! -z "$SUDO_UID" ]; then
204
- chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/out
+ chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/out ${basedir}/mono-glue ${basedir}/godot.tar.gz
205
fi
0 commit comments