disable dpi sending to server until hiDPI is complete

This commit is contained in:
thelamer 2025-06-20 12:17:24 -04:00
parent bd2b071475
commit 1cd456133e
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f fbca920c47c216a1e16edb41112fa6caabfc0c7b
git checkout -f 799f1af8d381482502ebbd4c9b40606cfb333004
RUN \
echo "**** build frontend ****" && \
@ -185,7 +185,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/fbca920c47c216a1e16edb41112fa6caabfc0c7b.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/799f1af8d381482502ebbd4c9b40606cfb333004.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -15,7 +15,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f fbca920c47c216a1e16edb41112fa6caabfc0c7b
git checkout -f 799f1af8d381482502ebbd4c9b40606cfb333004
RUN \
echo "**** build frontend ****" && \
@ -183,7 +183,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/fbca920c47c216a1e16edb41112fa6caabfc0c7b.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/799f1af8d381482502ebbd4c9b40606cfb333004.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \