Skip to content

Commit

Permalink
link to source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 23, 2024
1 parent 845b118 commit 95ecefc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildscripts/docker/nondocker_windows_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export SCRIPT_ARCH=${WINEARCH}
mkdir -p /build/download/
mkdir -p /src/

ln -s /home/runner/work/qTox_enhanced/qTox_enhanced /qtox
ls -ald /

exit 1

dpkg --add-architecture i386 && \
apt-get update && apt-get install -y --no-install-recommends \
autoconf \
Expand Down Expand Up @@ -285,4 +290,4 @@ mkdir -p /src/gdb && \

df -h
mkdir -p /export/
mkdir -p /qtox

0 comments on commit 95ecefc

Please sign in to comment.