Skip to content

Commit 74769ec

Browse files
authored
Merge pull request #60 from Samueru-sama/patch-1
remove some bloats and add `xdg-open`
2 parents b972256 + 79a394e commit 74769ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

steam-runimage.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run_install() {
1616
steam egl-wayland vulkan-radeon lib32-vulkan-radeon vulkan-tools
1717
vulkan-intel lib32-vulkan-intel vulkan-nouveau lib32-vulkan-nouveau
1818
vulkan-swrast lib32-vulkan-swrast lib32-libpipewire libpipewire pipewire
19-
lib32-libpipewire libpulse lib32-libpulse vkd3d lib32-vkd3d wget
19+
lib32-libpipewire libpulse lib32-libpulse vkd3d lib32-vkd3d wget xdg-utils
2020
vulkan-mesa-layers lib32-vulkan-mesa-layers freetype2 lib32-freetype2 fuse2
2121
yad mangohud lib32-mangohud gamescope gamemode zenity-gtk3 steam-screensaver-fix
2222
)
@@ -40,7 +40,7 @@ run_install() {
4040
pac -Rsndd --noconfirm wget gocryptfs adobe-source-code-pro-fonts jq \
4141
gnupg webkit2gtk-4.1 perl vulkan-tools
4242
rim-shrink --all
43-
pac -Rsndd --noconfirm binutils
43+
pac -Rsndd --noconfirm binutils svt-av1
4444

4545

4646
pac -Qi | awk -F': ' '/Name/ {name=$2}
@@ -100,7 +100,8 @@ rm -rfv ./AppDir/sharun/bin/chisel \
100100
./AppDir/rootfs/etc/pacman* \
101101
./AppDir/rootfs/usr/share/licenses \
102102
./AppDir/rootfs/usr/share/terminfo \
103-
./AppDir/rootfs/usr/share/icons/AdwaitaLegacy
103+
./AppDir/rootfs/usr/share/icons/AdwaitaLegacy \
104+
./AppDir/rootfs/usr/lib/udev/hwdb.bin
104105

105106
VERSION="$(cat ~/version)"
106107
export ARCH="$(uname -m)"

0 commit comments

Comments
 (0)