fix fps gaming mode

This commit is contained in:
thelamer 2026-02-25 12:08:53 -05:00
parent 648a5c022e
commit ae935937eb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f cf289a88106097239d320f5b64d8d87cb5028033
git checkout -f f114a2332672852f7845b3543b9390edfc033787
RUN \
echo "**** build shared core library ****" && \
@ -202,7 +202,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f cf289a88106097239d320f5b64d8d87cb5028033
git checkout -f f114a2332672852f7845b3543b9390edfc033787
RUN \
echo "**** build shared core library ****" && \
@ -199,7 +199,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \