Revert "fix(temp): Remove obs vkcapture for now"

This reverts commit 1c902e6e6dc8fddceee99636a0207d2434db0c8a.
This commit is contained in:
RJ Trujillo 2023-12-01 19:29:45 -07:00
parent ec44469d8d
commit 0a64584277

View File

@ -210,11 +210,11 @@ RUN rpm-ostree override replace \
vk_hdr_layer.i686 \
gperftools-libs.i686 \
goverlay && \
#if [[ ! "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
#rpm-ostree install \
#obs-vkcapture.x86_64 \
#obs-vkcapture.i686 \
#; fi && \
if [[ ! "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
rpm-ostree install \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
; fi && \
ln -s /usr/bin/wine64 /usr/bin/wine && \
wget $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') -O /tmp/latencyflex.tar.xz && \
mkdir -p /tmp/latencyflex && \